Compare commits

...

2 commits

Author SHA1 Message Date
Tom Hubrecht 3e763f419a feat(hedgedoc): allow free urls 2023-12-03 13:24:22 +01:00
Tom Hubrecht 5426289b21 feat(ds-fr): Update patches 2023-12-03 13:24:09 +01:00
3 changed files with 6 additions and 0 deletions

View file

@ -46,6 +46,8 @@ in {
OLD_CONTACT_EMAIL = "";
CONTACT_PHONE = "";
STATUS_URL = "https://status.dgnum.eu/demarches-normaliennes";
# Customization
# HEADER_LOGO_SRC = "logo_ens_psl_couleur.png";
# HEADER_LOGO_ALT = "Par la Recherche, pour la Recherche";

View file

@ -29,4 +29,6 @@ builtins.map (id:
"0a5a24fdf887b2117217ca04eb6c8484f53a459b"
# modifs diverses vers version DN
"4eb57682c0dd8468a439bd88302222fc24f38044"
# feat: Update footer
"6e0e97cc7ed3e4bf1657c96e905a5dbbdb11b704"
]

View file

@ -17,6 +17,8 @@ in {
host = "127.0.0.1";
allowOrigin = [ host ];
allowFreeUrl = true;
db = {
dialect = "postgres";
host = "/run/postgresql";