youtuber-blog/.env.example

12 lines
274 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
2024-05-29 19:35:18 +00:00
HOST=127.0.0.1
PUBLIC_API_URL=http://localhost:3000
FRONTEND_URL=http://localhost:3002
2024-05-30 07:17:59 +00:00
SITES_HOST=http://localhost:3001
GOOGLE_CLIENT_ID=
GOOGLE_SECRET=
OPENAI_TOKEN=