feat(gl): scaffold general ledger grpc service
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
environment = "local"
|
||||
|
||||
[grpc]
|
||||
host = "0.0.0.0"
|
||||
port = 8500
|
||||
shutdown-timeout = "10s"
|
||||
|
||||
[database]
|
||||
host = "127.0.0.1"
|
||||
port = 5432
|
||||
name = "gl_db"
|
||||
user = "postgres"
|
||||
password = ""
|
||||
ssl-mode = "disable"
|
||||
Reference in New Issue
Block a user