Skip to content

Commit fd463b0

Browse files
committed
refactor(env): remove relational database configuration from example file
1 parent 4e694b9 commit fd463b0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.env.example

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ DEBUG=True
55
ALLOWED_HOSTS=127.0.0.1,localhost
66
CSRF_TRUSTED_ORIGINS=http://localhost
77

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-
158
# CACHING DATABASE
169
REDIS_HOST=your-db-host
1710
REDIS_PORT=your-db-port

0 commit comments

Comments
 (0)