forked from avalonmediasystem/avalon-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
47 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
RANCHER_IMAGE_VERSION=7.1.1 | ||
AVALON_CONTAINER_NAME=avalon | ||
REDIS_CONTAINER_NAME=avalon_redis | ||
NGINX_CONTAINER_NAME=avalon_nginx | ||
VIC_SERVER=10.55.134.48 | ||
|
||
DISABLE_CHANGE_OWNER_FOR_TEST=false | ||
|
||
# | ||
# Redis Settings | ||
# REDIS_HOST needs to match REDIS_CONTAINER_NAME | ||
|
@@ -19,11 +18,11 @@ REDIS_HOST=avalon_redis | |
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=password | ||
|
||
AVALON_DB_USER= | ||
AVALON_DB_PASSWORD= | ||
AVALON_DB_USER=avalon | ||
AVALON_DB_PASSWORD=password | ||
|
||
FEDORA_DB_USER= | ||
FEDORA_DB_PASSWORD= | ||
FEDORA_DB_USER=fedora | ||
FEDORA_DB_PASSWORD=password | ||
|
||
# | ||
# Avalon Application settings | ||
|
@@ -34,29 +33,40 @@ RAILS_ENV=production | |
|
||
DATABASE_URL=postgres://postgres:password@db/avalon | ||
SOLR_URL=http://solr:8983/solr/avalon | ||
FEDORA_URL=http://fedora:8080/fedora/rest/avalon | ||
FEDORA_URL=http://fedoraAdmin:fedoraAdmin@fedora:8080/fedora/rest/avalon | ||
|
||
FEDORA_USER=fedoraAdmin | ||
FEDORA_PASSWORD=fedoraAdmin | ||
FEDORA_HOST=fedora | ||
FEDORA_PORT=8080 | ||
FEDORA_NAMESPACE=avalon | ||
|
||
SOLR_HOST=solr | ||
SOLR_PORT=8983 | ||
SOLR_BASE_PATH=avalon | ||
|
||
SECRET_KEY_BASE= | ||
SECRET_KEY_BASE=aaaa | ||
AVALON_BRANCH=tamu_master | ||
AVALON_REPO=https://github.com/TAMULib/avalon.git | ||
AVALON_REPO_RAW=https://raw.githubusercontent.com/TAMULib/avalon/ | ||
AVALON_HOSTNAME=localhost | ||
|
||
SETTINGS__DOMAIN=http://localhost:3000/ | ||
STREAMING_HOST=localhost | ||
|
||
BASE_URL=http://localhost:3000/ | ||
CLIENT_MAX_BODY_SIZE=2050m | ||
|
||
LDAP_USER= | ||
LDAP_PASSWORD= | ||
|
||
EMAIL_COMMENTS= | ||
EMAIL_NOTIFICATION= | ||
EMAIL_SUPPORT= | ||
SMTP_ADDRESS= | ||
EMAIL_COMMENTS=[email protected] | ||
EMAIL_NOTIFICATION=[email protected] | ||
EMAIL_SUPPORT=[email protected] | ||
SMTP_ADDRESS=relay.tamu.edu | ||
SMTP_PORT=25 | ||
|
||
# This is the hostname that Kaltura / nginx can get to | ||
# so for local docker it is the avalon container name. | ||
RTMP_AVALON_URL=http://avalon | ||
|
||
|
||
# Optional Settings | ||
# Z3950_HOST= | ||
# Z3950_PORT= | ||
|