fuuko/gitea: Store session on disk

pull/52/head
Simon Bruder 2021-04-19 14:35:42 +02:00
parent 4b81f9163a
commit 08b8fce2d4
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ in
NO_REPLY_ADDRESS = "users.git.sbruder.de";
REGISTER_EMAIL_CONFIRM = true;
};
session = {
PROVIDER = "file";
};
};
};