better logging for forgejo
This commit is contained in:
parent
8d6b83fec2
commit
4da1bdac03
|
@ -13,6 +13,15 @@ in {
|
|||
APP_NAME = "An idiot admires complexity. A genius admires simplicity";
|
||||
};
|
||||
|
||||
repository = {
|
||||
ENABLE_PUSH_CREATE_USER = true;
|
||||
};
|
||||
|
||||
log = {
|
||||
MODE = "file";
|
||||
LEVEL = "info";
|
||||
};
|
||||
|
||||
server = {
|
||||
DOMAIN = "git.spoodythe.one";
|
||||
HTTP_PORT = port;
|
||||
|
|
Loading…
Reference in a new issue