handle traefik_install variables, and set default values for each chill configuration
This commit is contained in:
+34
-1
@@ -11,4 +11,37 @@ chill_image_relatorio: "registry.gitlab.com/champs-libres/public/relatorio-torna
|
||||
traefik_image_traefik: "traefik:v3.2"
|
||||
|
||||
# to install or not traefik as front-end
|
||||
traefik_install: true
|
||||
traefik_install: true
|
||||
|
||||
# default chill config for each environment
|
||||
default_chill:
|
||||
chill_environment: main_env
|
||||
add_postgres: false
|
||||
chill_image_tag: v0.0.1-beta
|
||||
host: 'devpms.samusocial.be'
|
||||
tls_config: self_signed
|
||||
expose_port: 8010 # can be false, or the port number
|
||||
chill_config:
|
||||
trusted_hosts: 'devpms.samusocial.be '
|
||||
database_host: '172.17.17.71'
|
||||
database_port: '5432'
|
||||
database_name: 'chilldev'
|
||||
database_user: 'chilldev'
|
||||
database_version: '15'
|
||||
# database_password:
|
||||
mailer_user: ''
|
||||
mailer_host: 'smtp.example.com'
|
||||
mailer_port: '25'
|
||||
notification_host: 'https://devpms.samusocial.be '
|
||||
notification_from_email: 'devpms@samusocial.be'
|
||||
# app_secret:
|
||||
# admin_password:
|
||||
mailer_dsn: 'null://null'
|
||||
mailer_url: 'null://null'
|
||||
# jwt_passphrase:
|
||||
# jwt_secret_key: '1234'
|
||||
# jwt_public_key: '1234'
|
||||
rabbitmq_user: 'chilldev'
|
||||
# rabbitmq_password:
|
||||
editor_server: 'https://collabora.samusocial.be'
|
||||
ovhcloud_dsn: 'null://null'
|
||||
Reference in New Issue
Block a user