aboutsummaryrefslogtreecommitdiff
path: root/backend/seckelapi/config/basics.toml
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2025-12-13 02:59:39 +0100
committerUMTS at Teleco <crt@teleco.ch>2025-12-13 02:59:39 +0100
commitb51d33cb373e591d16892bde492616655ac9ec51 (patch)
tree465d110a023857309806da5fc821de52573e2593 /backend/seckelapi/config/basics.toml
committing to insanit
Diffstat (limited to 'backend/seckelapi/config/basics.toml')
-rw-r--r--backend/seckelapi/config/basics.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/backend/seckelapi/config/basics.toml b/backend/seckelapi/config/basics.toml
new file mode 100644
index 0000000..908504a
--- /dev/null
+++ b/backend/seckelapi/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 = "localhost"
+port = 3306
+database = "beepzone"
+username = "beepzone"
+password = "changeme123"
+min_connections = 1
+max_connections = 10
+connection_timeout_seconds = 2
+connection_timeout_wait = 2
+connection_check = 1 \ No newline at end of file