Files
komp_ac/.env_template
2026-08-19 14:56:27 +02:00

10 lines
234 B
Plaintext

DATABASE_URL="postgres://multi_psql_dev:x@localhost:5432/multi_rust_dev"
RUST_DB_MODE=external
RUST_DB_NAME=multi_rust_dev
RUST_DB_USER=multi_psql_dev
RUST_DB_PASSWORD=x
RUST_DB_HOST=localhost
RUST_DB_PORT=5432
JWT_SECRET=<jwt_here>