10 lines
No EOL
452 B
Text
10 lines
No EOL
452 B
Text
# This file is an example of the .env file that should be created in the root of the project
|
|
# This file should not be committed to the repository
|
|
# The actual .env file should contain the following variables
|
|
|
|
# The database URL should be in the format postgres://username:password@host:port/database
|
|
DATABASE_URL=
|
|
# The secret key used to sign the JWT tokens
|
|
AUTH_SECRET=
|
|
# If you want to run the app in development mode, set this to true
|
|
DEVMODE=true |