Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arm-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
start_period: "2m"
command: bash -c "tail -f /dev/null"
environment:
SERVER_HOST: localhost
CELERY_JOB_QUEUE: None
depends_on:
- postgres
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
start_period: "2m"
command: bash -c "tail -f /dev/null"
environment:
SERVER_HOST: localhost
CELERY_JOB_QUEUE: None
depends_on:
- postgres
Expand Down
1 change: 0 additions & 1 deletion scripts/local.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ DJANGO_ADMIN_URL=^api/admin/
IIPSRV_URL=http://localhost/fcgi-bin/iipsrv.fcgi/
DJANGO_ACCESS_LOG=/code/Rodan/rodan.log
DJANGO_DEBUG_LOG=/code/Rodan/database.log
SERVER_HOST=localhost

###############################################################################
# SMTP Configuration
Expand Down
1 change: 0 additions & 1 deletion scripts/production.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ DJANGO_ADMIN_URL=^api/random_secret_admin/
IIPSRV_URL=https://rodan2.simssa.ca/fcgi-bin/iipsrv.fcgi/
DJANGO_ACCESS_LOG=/code/Rodan/rodan.log
DJANGO_DEBUG_LOG=/code/Rodan/database.log
SERVER_HOST=rodan2.simssa.ca

###############################################################################
# SMTP Configuration
Expand Down
1 change: 0 additions & 1 deletion scripts/staging.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ DJANGO_ADMIN_URL=^api/random_secret_admin/
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

###############################################################################
# SMTP Configuration
Expand Down