Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rakbidb committed Dec 25, 2023
2 parents 0209c61 + 867337f commit 1dbd86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN chown -R django:django /app
USER django

# Run application
# CMD gunicorn shopping_list.wsgi:application
CMD gunicorn arto_moro_pbp.wsgi:application
2 changes: 1 addition & 1 deletion arto_moro_pbp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
DEBUG = True

ALLOWED_HOSTS = ["*"]
CSRF_TRUSTED_ORIGINS = ["https://o0kwwgw.35.209.250.177.sslip.io"]
CSRF_TRUSTED_ORIGINS = ["https://artomoroweb.35.209.250.177.sslip.io"]

# Application definition

Expand Down

0 comments on commit 1dbd86b

Please sign in to comment.