Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 10, 2025
1 parent 5f6aa3a commit 0bb9628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EXPOSE 80

RUN chmod +x ./init.sh
RUN chmod +x S1/initial_setup.sh
RUN chmod -R 777 S1

RUN apk add --no-cache nginx
COPY config/default.conf /etc/nginx/http.d/default.conf
Expand Down
2 changes: 1 addition & 1 deletion S1/S1/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SECRET_KEY = os.getenv("SECRET_KEY")

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True # False
DEBUG = False

ALLOWED_HOSTS = ["s1.vatger.de", "s1.vatsim-germany.org"]

Expand Down

0 comments on commit 0bb9628

Please sign in to comment.