3 lines
161 B
Plaintext
3 lines
161 B
Plaintext
DATABASE_URL="postgresql://username:password@ip_server:port/database?schema=public"
|
|
REDIS_URL="redis://username:password@ip_server:port"
|
|
SESSION_TTL_SECONDS=3600 |