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.

14 lines
193 B
Bash

APP_NAME=note-app
DB_NAME=test
DB_HOST=localhost
DB_PORT=5432
DB_USER=aji
DB_PASS=eta
JWT_SECRET=mysecretpassword
JWT_EXPIRED_SECOND=3600
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=