There was an error while loading. Please reload this page.
1 parent 4e694b9 commit fd463b0Copy full SHA for fd463b0
1 file changed
.env.example
@@ -5,13 +5,6 @@ DEBUG=True
5
ALLOWED_HOSTS=127.0.0.1,localhost
6
CSRF_TRUSTED_ORIGINS=http://localhost
7
8
-# RELATIONAL DATABASE
9
-POSTGRES_HOST=your-db-host
10
-POSTGRES_PORT=your-db-port
11
-POSTGRES_USERNAME=your-db-username
12
-POSTGRES_PASSWORD=your-db-password
13
-POSTGRES_DATABASE=your-db-name
14
-
15
# CACHING DATABASE
16
REDIS_HOST=your-db-host
17
REDIS_PORT=your-db-port
0 commit comments