✨ Better launchpad
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
[database]
|
||||
connection_string = "postgres://user:password@db-host:5432/mydatabase?sslmode=require"
|
||||
|
||||
[redis]
|
||||
address = "redis-host:6379"
|
||||
[connection_strings]
|
||||
|
||||
Reference in New Issue
Block a user