Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
updating default config values
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 28, 2017
1 parent f4cb419 commit 4669791
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,23 @@ RUN mkdir /opt/shared \
&& chmod +x /opt/autoexec/firstrun/*.sh \
&& chmod +x /opt/autoexec/onbuild/*.sh

# Environment variables
ENV ADMIN_GIVEN_NAME "Scott"
ENV ADMIN_FAMILY_NAME "Koranda"
ENV ADMIN_EPPN "scott.koranda@sphericalcowgroup.com"
ENV COMANAGE_SERVER_FQDN "comanage.testbed.tier.internet2.edu"
ENV COMANAGE_MAIL_FROM "comanage_registry@picard.cgac.uwm.edu"
# Change the following values to match that of your deployment when doing a native COmanage Docker deployment.
# If using the TIER COmanage Virtual Machine (https://testbed.tier.internet2.edu/), these values will be configured
# with the setup script
ENV ADMIN_GIVEN_NAME "Admin"
ENV ADMIN_FAMILY_NAME "Adming"
ENV ADMIN_EPPN "admin@example.edu"
ENV COMANAGE_SERVER_FQDN "comanage.example.edu"
ENV COMANAGE_MAIL_FROM "comanage_registry@comanage.example.edu"
ENV COMANAGE_MAIL_HOST "localhost"
ENV COMANAGE_MAIL_PORT "25"
ENV COMANAGE_MAIL_USER "user"
ENV COMANAGE_MAIL_PASS "secret"
ENV MYSQL_HOST "i2mariadb"
ENV MYSQL_DATABASE "registry"
ENV MYSQL_USER "registry_user"
ENV MYSQL_PASSWORD "WJzesbe3poNZ91qIbmR7"
ENV MYSQL_PASSWORD "mysql_password"
ENV ADMIN_FAMILY_NAME "admin"
ENV ADMIN_EPPN "admin"
ENV ADMIN_GIVEN_NAME "admin"

# How long will we wait for MariaDB to start up?
Expand Down

0 comments on commit 4669791

Please sign in to comment.