Update lots of things to 23.05!!

This commit is contained in:
Natsu Kagami 2023-06-03 13:39:55 +02:00
parent f132e137e0
commit ee6463ed3d
Signed by: nki
GPG key ID: 55A032EB38B49ADB
7 changed files with 51 additions and 83 deletions

View file

@ -89,14 +89,15 @@ in
inherit user;
domain = host;
rootUrl = "https://${host}/";
httpAddress = "127.0.0.1";
httpPort = port;
appName = "DTTHgit";
settings = {
server = {
DOMAIN = host;
ROOT_URL = "https://${host}/";
HTTP_ADDRESS = "127.0.0.1";
HTTP_PORT = port;
};
repository = {
DEFAULT_PRIVATE = "private";
PREFERRED_LICENSES = strings.concatStringsSep "," [ "AGPL-3.0-or-later" "GPL-3.0-or-later" "Apache-2.0" ];