This commit is contained in:
Vivian 2022-08-20 13:54:45 +02:00
parent 6d93ee13fe
commit 25074a7a85
4 changed files with 10 additions and 1 deletions

View file

@ -44,7 +44,6 @@
lfs.enable = true;
dump.type = "tar.gz";
database.type = "postgres";
ssh.clonePort = 42;
settings = {
repository = {
@ -69,6 +68,7 @@
};
server = {
"LANDING_PAGE" = "explore";
"SSH_PORT" = 42;
};
session = {
"PROVIDER" = "db";