GRN2-xx: Added port to database configuration (#1550)

* GRN2-XX: Added port to database configuration

* GRN2-XX: Added port to database configuration
This commit is contained in:
Jesus Federico
2020-05-08 16:13:57 -04:00
committed by GitHub
parent 6b628d62d3
commit 7411eba8e0
2 changed files with 6 additions and 3 deletions

View File

@ -16,11 +16,11 @@ SECRET_KEY_BASE=
BIGBLUEBUTTON_ENDPOINT=
BIGBLUEBUTTON_SECRET=
# The hostname that the application is accessible from.
# The hostname that the application is accessible from.
#
# Used to protect against various HTTP header attacks
# Should be in the form of "domain.com"
#
#
SAFE_HOSTS=
# Google Login Provider (optional)
@ -100,7 +100,7 @@ RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=
# To enable Google Analytics on your site, set this key to the Google Analytics Property Tracking ID
#
#
# https://analytics.google.com/analytics/web/
#
GOOGLE_ANALYTICS_TRACKING_ID=
@ -231,6 +231,7 @@ HELP_URL=https://docs.bigbluebutton.org/greenlight/gl-overview.html
#
# DB_ADAPTER=postgresql
# DB_HOST=postgres.example.com
# DB_PORT=5432
# DB_NAME=greenlight_production
# DB_USERNAME=postgres
# DB_PASSWORD=password
@ -239,6 +240,7 @@ HELP_URL=https://docs.bigbluebutton.org/greenlight/gl-overview.html
#
DB_ADAPTER=postgresql
DB_HOST=db
DB_PORT=5432
DB_NAME=greenlight_production
DB_USERNAME=postgres
DB_PASSWORD=password