forked from DGNum/infrastructure
feat(django-apps/interludes): Switch to interludes.ens.fr
This commit is contained in:
parent
21b422b1ad
commit
d45b044b22
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ in
|
|||
services.django-apps.sites.interludes = {
|
||||
source = "https://git.eleves.ens.fr/dlesbre/site-interludes";
|
||||
branch = "master";
|
||||
domain = "interludes.webapps.dgnum.eu";
|
||||
domain = "interludes.ens.fr";
|
||||
|
||||
nginx = {
|
||||
enableACME = true;
|
||||
|
@ -46,7 +46,7 @@ in
|
|||
};
|
||||
|
||||
environment = {
|
||||
INTERLUDES_ALLOWED_HOSTS = [ "interludes.webapps.dgnum.eu" ];
|
||||
INTERLUDES_ALLOWED_HOSTS = [ "interludes.ens.fr" ];
|
||||
|
||||
# E-mail configuration
|
||||
INTERLUDES_SERVER_EMAIL = "noreply-interludes-admin@ens.fr";
|
||||
|
|
Loading…
Reference in a new issue