pollo/.env.example

10 lines
452 B
Text
Raw Normal View History

2024-06-27 21:23:51 -06:00
# 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