aboutsummaryrefslogtreecommitdiff
path: root/config/basics.toml
diff options
context:
space:
mode:
authorUMTS at Teleco <crt@teleco.ch>2025-12-13 02:48:13 +0100
committerUMTS at Teleco <crt@teleco.ch>2025-12-13 02:48:13 +0100
commite52b8e1c2e110d0feb74feb7905c2ff064b51d55 (patch)
tree3090814e422250e07e72cf1c83241ffd95cf20f7 /config/basics.toml
committing to insanityHEADmaster
Diffstat (limited to 'config/basics.toml')
-rw-r--r--config/basics.toml18
1 files changed, 18 insertions, 0 deletions
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