2022-10-02 12:12:08 +02:00
|
|
|
POSTGRES_DB=como
|
|
|
|
POSTGRES_USER=como
|
|
|
|
POSTGRES_PASSWORD=somenotverysecurepassword
|
2022-10-04 12:06:00 +02:00
|
|
|
|
2022-10-02 12:12:08 +02:00
|
|
|
DATABASE_URL="postgres://como:somenotverysecurepassword@localhost:5432/como"
|
2022-11-06 01:28:45 +01:00
|
|
|
SQLX_OFFLINE=true
|
2022-10-04 12:06:00 +02:00
|
|
|
RUST_LOG=como_api=info,como_bin=info,como_core=info,como_domain=info,como_gql=info,como_infrastructure=info,sqlx=debug,tower_http=debug
|
|
|
|
TOKEN_SECRET=something
|
|
|
|
API_PORT=3001
|
|
|
|
CORS_ORIGIN=http://localhost:3000
|
|
|
|
RUN_MIGRATIONS=true
|
|
|
|
SEED=true
|