Replace strings with variables

This commit is contained in:
Andreas Zweili 2022-11-05 23:19:51 +01:00
parent e6f739acea
commit 0184724744
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
MYSQL_DATABASE = "nextcloud";
MYSQL_USER = "nextcloud";
MYSQL_HOST = "172.17.0.1";
NEXTCLOUD_TRUSTED_DOMAINS = "nextcloud.2li.ch nextcloud2.2li.local 10.7.89.103";
NEXTCLOUD_TRUSTED_DOMAINS = "${domain} ${config.networking.hostName}.2li.local 10.7.89.103";
REDIS_HOST = "redis";
SMTP_HOST = "mail.infomaniak.com";
SMTP_SECURE = "ssl";