Updated syntax

This commit is contained in:
Lillian Violet 2023-12-29 23:27:07 +01:00
parent 453caa9d43
commit a0a6416803

View file

@ -24,9 +24,9 @@
database = {
type = "postgres";
};
domain = "git.lillianviolet.dev";
rootUrl = "https://git.lillianviolet.dev/";
httpPort = 3218;
DOMAIN = "git.lillianviolet.dev";
ROOT_URL = "https://git.lillianviolet.dev/";
HTTP_PORT = 3218;
};
services.nginx = {