13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
|
|
# PORT
|
||
|
|
PORT=3001
|
||
|
|
|
||
|
|
# AUTH API KEY
|
||
|
|
API_KEY=
|
||
|
|
|
||
|
|
# DB
|
||
|
|
DATABASE_URL=postgres://<username>:<password>@0.0.0.0:5432/<databasename>
|
||
|
|
DB_HOST=localhost
|
||
|
|
DB_PORT=5432
|
||
|
|
DB_USER=postgres
|
||
|
|
DB_PASSWORD=
|
||
|
|
DB_NAME=
|