forked from nixcn/nixcn-cms
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
SERVER_ADDRESS=:8000
|
|
SERVER_DEBUG_MODE=true
|
|
SERVER_FILE_LOGGER=false
|
|
SERVER_JWT_SECRET=test
|
|
DATABASE_TYPE=postgres
|
|
DATABASE_HOST=127.0.0.1
|
|
DATABASE_NAME=postgres
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_PASSWORD=postgres
|