You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
HOST=localhost
|
|
PORT=5000
|
|
APP_ENV=dev #prod
|
|
|
|
PGUSER=database_user
|
|
PGHOST=localhost
|
|
PGPASSWORD=database_pass
|
|
PGDATABASE=database_name
|
|
PGPORT=5432
|
|
|
|
ACCESS_TOKEN_KEY=JWTSecret
|
|
REFRESH_TOKEN_KEY=JWTRefreshSecret
|
|
ACCESS_TOKEN_AGE=1800 |