youtuber-blog/.env.example

4 lines
120 B
Plaintext
Raw Normal View History

2024-04-17 14:08:16 +00:00
DATABASE_URL=postgres://user:password@127.0.0.1:5432/postgres
REDIS_URL=redis://127.0.0.1:6379/
PORT=8080
HOST=127.0.0.1