Compare commits
2 commits
d2f68277e0
...
3e763f419a
Author | SHA1 | Date | |
---|---|---|---|
|
3e763f419a | ||
|
5426289b21 |
3 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,8 @@ in {
|
||||||
OLD_CONTACT_EMAIL = "";
|
OLD_CONTACT_EMAIL = "";
|
||||||
CONTACT_PHONE = "";
|
CONTACT_PHONE = "";
|
||||||
|
|
||||||
|
STATUS_URL = "https://status.dgnum.eu/demarches-normaliennes";
|
||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
# HEADER_LOGO_SRC = "logo_ens_psl_couleur.png";
|
# HEADER_LOGO_SRC = "logo_ens_psl_couleur.png";
|
||||||
# HEADER_LOGO_ALT = "Par la Recherche, pour la Recherche";
|
# HEADER_LOGO_ALT = "Par la Recherche, pour la Recherche";
|
||||||
|
|
|
@ -29,4 +29,6 @@ builtins.map (id:
|
||||||
"0a5a24fdf887b2117217ca04eb6c8484f53a459b"
|
"0a5a24fdf887b2117217ca04eb6c8484f53a459b"
|
||||||
# modifs diverses vers version DN
|
# modifs diverses vers version DN
|
||||||
"4eb57682c0dd8468a439bd88302222fc24f38044"
|
"4eb57682c0dd8468a439bd88302222fc24f38044"
|
||||||
|
# feat: Update footer
|
||||||
|
"6e0e97cc7ed3e4bf1657c96e905a5dbbdb11b704"
|
||||||
]
|
]
|
||||||
|
|
|
@ -17,6 +17,8 @@ in {
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
allowOrigin = [ host ];
|
allowOrigin = [ host ];
|
||||||
|
|
||||||
|
allowFreeUrl = true;
|
||||||
|
|
||||||
db = {
|
db = {
|
||||||
dialect = "postgres";
|
dialect = "postgres";
|
||||||
host = "/run/postgresql";
|
host = "/run/postgresql";
|
||||||
|
|
Loading…
Reference in a new issue