Files
komp_ac/.env_template
2025-03-26 00:50:25 +01:00

9 lines
217 B
Plaintext

DATABASE_URL="postgres://multi_psql_dev:3@localhost:5432/multi_rust_dev"
RUST_DB_NAME=multi_rust_dev
RUST_DB_USER=multi_psql_dev
RUST_DB_PASSWORD=3
RUST_DB_HOST=localhost
RUST_DB_PORT=5432
JWT_SECRET=<YOUR-JWT-HERE>