Handle new parameters
This commit is contained in:
parent
cc55808f31
commit
a35d78be37
3 changed files with 21 additions and 1 deletions
|
|
@ -13,20 +13,24 @@ happydomain_baseurl: ""
|
|||
happydomain_custom_body_html: ""
|
||||
happydomain_custom_head_html: ""
|
||||
happydomain_default_nameserver: "127.0.0.1:53"
|
||||
happydomain_disable_providers_edit: "false"
|
||||
happydomain_endpoint: ":8081"
|
||||
happydomain_external_auth: ""
|
||||
happydomain_external_url: "http://localhost:8081"
|
||||
happydomain_hide_feedback_button: "false"
|
||||
happydomain_jwt_secret_key: ""
|
||||
happydomain_storage_leveldb_path: "./happydomain.db"
|
||||
happydomain_mail_from: "happyDomain <happydomain@localhost>"
|
||||
happydomain_mail_smtp_host: ""
|
||||
happydomain_mail_smtp_port: "465"
|
||||
happydomain_mail_smtp_username: ""
|
||||
happydomain_mail_smtp_password: ""
|
||||
happydomain_mail_smtp_tls_no_verify: ""
|
||||
happydomain_msg_header_text: ""
|
||||
happydomain_msg_header_color: "danger"
|
||||
happydomain_newsletter_server_url: ""
|
||||
happydomain_newsletter_id: ""
|
||||
happydomain_no_auth: "false"
|
||||
happydomain_ovh_application_key: ""
|
||||
happydomain_ovh_application_secret: ""
|
||||
happydomain_storage_engine: "leveldb"
|
||||
happydomain_storage_leveldb_path: "./happydomain.db"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue