7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
|
ENV=development
|
||
|
PORT=5000
|
||
|
|
||
|
DATABASE_URL=postgres://postgres:password@localhost:5432/jokesbapak2
|
||
|
REDIS_URL=redis://@localhost:6379
|
||
|
|
||
|
SENTRY_DSN=
|