update ENV
All checks were successful
Build And Test / build-and-push (push) Successful in 3m17s

This commit is contained in:
2025-10-13 14:34:52 +09:00
parent 96e2a763c7
commit 017cf265ce
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ LOGGING = {
if DEBUG:
LOGGING['loggers']['django.db.backends']['level'] = 'DEBUG'
AUTH_VERIFY_URL = os.environ.get('AUTH_VERIFY_URL', 'NONE')
AUTH_APP_URL = os.environ.get('AUTH_APP_URL', 'NONE')
ALLOWED_HOSTS = ["*"]