mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore(pages): add better logging to debug slowness
This commit is contained in:
parent
fa0ac3a988
commit
fab4088b82
1 changed files with 2 additions and 1 deletions
|
@ -31,12 +31,13 @@ in
|
||||||
ACME_EMAIL = "acme@malka.sh";
|
ACME_EMAIL = "acme@malka.sh";
|
||||||
DNS_PROVIDER = "gandiv5";
|
DNS_PROVIDER = "gandiv5";
|
||||||
ENABLE_HTTP_SERVER = "false";
|
ENABLE_HTTP_SERVER = "false";
|
||||||
GITEA_ROOT = "https://git.luj.fr";
|
GITEA_ROOT = "http://127.0.0.1:3000";
|
||||||
PORT = "8010";
|
PORT = "8010";
|
||||||
PAGES_DOMAIN = "luj-static.page";
|
PAGES_DOMAIN = "luj-static.page";
|
||||||
RAW_DOMAIN = "raw.luj-static.page";
|
RAW_DOMAIN = "raw.luj-static.page";
|
||||||
PAGES_BRANCHES = "pages,main,master";
|
PAGES_BRANCHES = "pages,main,master";
|
||||||
USE_PROXY_PROTOCOL = "true";
|
USE_PROXY_PROTOCOL = "true";
|
||||||
|
LOG_LEVEL = "trace";
|
||||||
};
|
};
|
||||||
|
|
||||||
settingsFile = config.age.secrets."pages-settings-file".path;
|
settingsFile = config.age.secrets."pages-settings-file".path;
|
||||||
|
|
Loading…
Add table
Reference in a new issue