Skip to content

Commit

Permalink
Fix #1100, Update scripts/staging.env
Browse files Browse the repository at this point in the history
  • Loading branch information
softcat477 committed Nov 10, 2023
1 parent c18e497 commit db45045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/staging.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ DJANGO_MEDIA_ROOT=/rodan/data/
# You can specify multiple hosts with a comma
DJANGO_ALLOWED_HOSTS=*
DJANGO_ADMIN_URL=^api/random_secret_admin/
IIPSRV_URL=http://rodan-staging.simssa.ca/fcgi-bin/iipsrv.fcgi/
IIPSRV_URL=http://rodan.staging.simssa.ca/fcgi-bin/iipsrv.fcgi/
DJANGO_ACCESS_LOG=/code/Rodan/rodan.log
DJANGO_DEBUG_LOG=/code/Rodan/database.log
SERVER_HOST=rodan-staging.simssa.ca
SERVER_HOST=rodan.staging.simssa.ca
###############################################################################
# Celery Configuration
###############################################################################
Expand Down Expand Up @@ -47,4 +47,4 @@ RABBITMQ_DEFAULT_PASS=123456Seven

REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_DB=0

0 comments on commit db45045

Please sign in to comment.