6 lines
192 B
Bash
6 lines
192 B
Bash
SERVER_PORT=8080
|
|
DATABASE_URL=postgres://postgres:postgres@localhost:5432/aegisguard?sslmode=disable
|
|
JWT_SECRET=bebebe_rewritemeeee_openssl_rand
|
|
JWT_EXPIRATION=24h
|
|
JWT_REFRESH_EXPIRATION=168h
|