onasty/.env.example (view raw)
Smirnov Oleksandr
Smirnov Oleksandr
ss2316544@gmail.com init commit, idk why am i doing this to myself, help please..., 1 year ago
ss2316544@gmail.com init commit, idk why am i doing this to myself, help please..., 1 year ago
| 1 | APP_ENV="debug" |
| 2 | SERVER_PORT=3000 |
| 3 | |
| 4 | LOG_LEVEL="debug" |
| 5 | LOG_FORMAT="text" |
| 6 | |
| 7 | POSTGRES_USERNAME="onasty" |
| 8 | POSTGRES_PASSWORD="qwerty" |
| 9 | POSTGRES_HOST="127.0.0.1" |
| 10 | POSTGRES_PORT=5432 |
| 11 | POSTGRES_DATABASE="onasty" |
| 12 | POSTGRESQL_DSN="postgres://$POSTGRES_USERNAME:$POSTGRES_PASSWORD@$POSTGRES_HOST:$POSTGRES_PORT/$POSTGRES_DATABASE?sslmode=disable" |