aboutsummaryrefslogtreecommitdiff
path: root/config/basics.toml
diff options
context:
space:
mode:
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