From 10905ea5ae9945fd5ae7b90a1cdfa083fd3fbdd1 Mon Sep 17 00:00:00 2001 From: Lenczu Vex Date: Tue, 1 Apr 2025 19:59:35 +0200 Subject: Initial app --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..39ab275 --- /dev/null +++ b/config.toml @@ -0,0 +1,8 @@ +[database] +host = "localhost" +user = "" +password = "" +port = 3306 +database = "" +[session] +timeout = 14400 -- cgit v1.2.3-70-g09d2