10 lines
234 B
Plaintext
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>
|