From c2bb0cc6cc593dfd990a1ff7dbe15c43d9efcd31 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Thu, 12 Dec 2024 08:13:46 +0100 Subject: [PATCH] fix: config --- adrianux.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adrianux.toml b/adrianux.toml index 3aeca5a..7cf89d1 100644 --- a/adrianux.toml +++ b/adrianux.toml @@ -1,5 +1,5 @@ [site] -git_url="http://localhost:5000" -website_url="http://localhost:8080" +git_url="https://git.adrianux.net" +website_url="https://adrianux.net" [mode] -debug_mode=True +debug_mode=False