mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +01:00
The commit adds the `.env` file to the `.gitignore` and updates the dependencies in the `Cargo.toml` and `Cargo.lock` files. This change ensures that sensitive environment variables are not committed to the repository and keeps the dependencies up to date.
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
DATABASE_URL="sqlite:///home/aprl/Documents/lysand-ap-layer/db.sqlite?mode=rwc"
|
|
LYSAND_DOMAIN="social.lysand.org"
|
|
API_DOMAIN="ap.lysand.org"
|
|
RUST_LOG="debug" |