groupomania/.env.example

5 lines
80 B
Plaintext

DB_URL='<database_url>'
JWT_SECRET='<secret_key>'
JWT_EXPIRES_IN='1d'
PORT=5000