|
@@ -15,12 +15,12 @@
|
|
|
###
|
|
|
|
|
|
hosts:
|
|
|
- - "msg.sharix-app.org"
|
|
|
+ - "msg.REPLACE_HOST_SERVICE"
|
|
|
- "10.0.2.10"
|
|
|
- localhost
|
|
|
|
|
|
host_config:
|
|
|
- msg.sharix-app.org:
|
|
|
+ msg.REPLACE_HOST_SERVICE:
|
|
|
auth_method: [ldap]
|
|
|
ldap_servers: ["ldap.sharix.ru"]
|
|
|
ldap_port: 389
|
|
@@ -108,8 +108,8 @@ acme:
|
|
|
|
|
|
acl:
|
|
|
admin:
|
|
|
- user: "django_tickets@msg.sharix-app.org"
|
|
|
- #user: "admin@msg.sharix-app.org"
|
|
|
+ user: "django_tickets@msg.REPLACE_HOST_SERVICE"
|
|
|
+ #user: "admin@msg.REPLACE_HOST_SERVICE"
|
|
|
users:
|
|
|
user: all
|
|
|
|
|
@@ -208,7 +208,7 @@ modules:
|
|
|
mod_configure: {}
|
|
|
mod_disco:
|
|
|
extra_domains:
|
|
|
- - ej.sharix-app.org
|
|
|
+ - ej.REPLACE_HOST_SERVICE
|
|
|
name: SXPlatform
|
|
|
mod_fail2ban: {}
|
|
|
mod_http_api: {}
|
|
@@ -232,7 +232,7 @@ modules:
|
|
|
mod_muc:
|
|
|
# Service name
|
|
|
hosts:
|
|
|
- - "chat.msg.sharix-app.org"
|
|
|
+ - "chat.msg.REPLACE_HOST_SERVICE"
|
|
|
access:
|
|
|
- allow
|
|
|
access_admin:
|