Skip to content
Snippets Groups Projects
Verified Commit df16e573 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

saner global values

parent 52aecb4a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ SKYREACH_SSL_VERIFY='1' ...@@ -13,7 +13,7 @@ SKYREACH_SSL_VERIFY='1'
SKYREACH_API_KEY= SKYREACH_API_KEY=
SKYREACH_ACTIVATION_KEY= SKYREACH_ACTIVATION_KEY=
# NTP # NTP
NTP_SERVER='' NTP_SERVER='0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org'
# SSH # SSH
SSH_ALLOWED_KEYS= SSH_ALLOWED_KEYS=
SSH_MAINTENANCE_PORT= SSH_MAINTENANCE_PORT=
...@@ -33,7 +33,7 @@ SHELL_ADMIN_PWD= ...@@ -33,7 +33,7 @@ SHELL_ADMIN_PWD=
EMAIL_SMTP_SERVER= EMAIL_SMTP_SERVER=
EMAIL_SMTP_USER= EMAIL_SMTP_USER=
EMAIL_SMTP_PWD= EMAIL_SMTP_PWD=
EMAIL_SENDER='noreply@ubicast.eu' EMAIL_SENDER=
# separate emails with comas in EMAIL_ADMINS # separate emails with comas in EMAIL_ADMINS
EMAIL_ADMINS='sysadmin@ubicast.eu' EMAIL_ADMINS='sysadmin@ubicast.eu'
PREMIUM_SUPPORT='0' PREMIUM_SUPPORT='0'
...@@ -68,8 +68,8 @@ CACHE_SERVER_NAME= ...@@ -68,8 +68,8 @@ CACHE_SERVER_NAME=
CACHE_SOURCE= CACHE_SOURCE=
# -- Database -- # -- Database --
DB_HOST= DB_HOST='127.0.0.1'
DB_PORT= DB_PORT='5432'
# if no password is set, it will not be changed or set # if no password is set, it will not be changed or set
DB_PG_ROOT_PWD= DB_PG_ROOT_PWD=
DB_MYSQL_ROOT_PWD= DB_MYSQL_ROOT_PWD=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment