Better launchpad

This commit is contained in:
2025-12-13 16:16:15 +08:00
parent 0e0ff24195
commit 0d2f78b4e7
14 changed files with 989 additions and 283 deletions

View File

@@ -8,5 +8,5 @@ host = "127.0.0.1"
# ETCD configuration for service registration
[etcd]
endpoints = ["etcd.orb.local:2379"]
endpoints = ["127.0.0.1:2379"]
insecure = true

View File

@@ -1,5 +1 @@
[database]
connection_string = "postgres://user:password@db-host:5432/mydatabase?sslmode=require"
[redis]
address = "redis-host:6379"
[connection_strings]