From e52b8e1c2e110d0feb74feb7905c2ff064b51d55 Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sat, 13 Dec 2025 02:48:13 +0100 Subject: committing to insanity --- config/basics.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/basics.toml (limited to 'config/basics.toml') diff --git a/config/basics.toml b/config/basics.toml new file mode 100644 index 0000000..eb728e4 --- /dev/null +++ b/config/basics.toml @@ -0,0 +1,18 @@ +# Basic ahh configs + +[server] +host = "0.0.0.0" +port = 5777 +request_body_limit_mb = 10 + +[database] +host = "host.containers.internal" +port = 3306 +database = "beepzone" +username = "beepzone" +password = "beepzone" +min_connections = 1 +max_connections = 10 +connection_timeout_seconds = 2 +connection_timeout_wait = 2 +connection_check = 1 \ No newline at end of file -- cgit v1.2.3-70-g09d2