Skip to content

Commit

Permalink
adding ENV for program and application
Browse files Browse the repository at this point in the history
  • Loading branch information
ubc-tuehoang committed Jan 22, 2024
1 parent 95619bf commit ff668fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ HOTCRP_CONTACT_NAME=Chairs

HOTCRP_PAPER_SITE=

# Allow site to change from CONFERENCE to PROGRAM
HOTCRP_CONFERENCE_PROGRAM=

# Allow site to change from PAPER to APPLICATION
HOTCRP_PAPER_APPLICATION=


# Mandatory: Server address of the SMTP server to use.
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ services:
HOTCRP_OAUTH_PROVIDER: ${HOTCRP_OAUTH_PROVIDER}
HOTCRP_LOGIN_TYPE: ${HOTCRP_LOGIN_TYPE}
HOTCRP_ADMIN_EMAIL: ${HOTCRP_ADMIN_EMAIL}
HOTCRP_CONFERENCE_PROGRAM: ${HOTCRP_CONFERENCE_PROGRAM}
HOTCRP_PAPER_APPLICATION: ${HOTCRP_PAPER_APPLICATION}
depends_on:
- smtp
- mysql
Expand Down

0 comments on commit ff668fe

Please sign in to comment.