Skip to content

Commit 61d9550

Browse files
committed
Remove settngs.py
1 parent 218c3a7 commit 61d9550

File tree

3 files changed

+5
-316
lines changed

3 files changed

+5
-316
lines changed

.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ CITIZEN_LOGIN_API_VALIDATOR=system.utils.always_validate_citizen
6666
POSTGRES_USER=bpc
6767

6868
# Password for PostgreSQL
69-
POSTGRES_PASSWORD=bpc
69+
POSTGRES_PASSWORD=bpc
70+
71+
# Uncomment if Django is behind a proxy
72+
# USE_X_FORWARDED_HOST = True
73+
# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
- .env
66
volumes:
77
- admin-media:/media
8-
- ./settings.py:/code/admin_site/os2borgerpc_admin/settings.py:ro
98
depends_on:
109
- db
1110
ports:

settings.py

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)