Skip to content

Commit 22b10d1

Browse files
committed
wip
1 parent e349bd5 commit 22b10d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ web:
2626
socket_family: unix
2727
# Commands are run once after deployment to start the application process.
2828
commands:
29-
start: "gunicorn -w 4 -b unix:$SOCKET myapp.wsgi:application"
29+
start: "gunicorn -w 4 -b unix:$SOCKET config.wsgi:application"
3030
locations:
3131
"/":
3232
passthru: true

config/settings/production.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'127.0.0.1',
1111
'[::1]',
1212
'.pyslackers.com',
13+
'*.platformsh.site'
1314
]
1415

1516
CSRF_COOKIE_SECURE = True

0 commit comments

Comments
 (0)