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 = {
|
services.django-apps.sites.interludes = {
|
||||||
source = "https://git.eleves.ens.fr/dlesbre/site-interludes";
|
source = "https://git.eleves.ens.fr/dlesbre/site-interludes";
|
||||||
branch = "master";
|
branch = "master";
|
||||||
domain = "interludes.webapps.dgnum.eu";
|
domain = "interludes.ens.fr";
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
@ -46,7 +46,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
INTERLUDES_ALLOWED_HOSTS = [ "interludes.webapps.dgnum.eu" ];
|
INTERLUDES_ALLOWED_HOSTS = [ "interludes.ens.fr" ];
|
||||||
|
|
||||||
# E-mail configuration
|
# E-mail configuration
|
||||||
INTERLUDES_SERVER_EMAIL = "noreply-interludes-admin@ens.fr";
|
INTERLUDES_SERVER_EMAIL = "noreply-interludes-admin@ens.fr";
|
||||||
|
|
Loading…
Reference in a new issue