chore: add example config
This commit is contained in:
parent
9aca8f54d6
commit
7e193adad7
1 changed files with 4 additions and 0 deletions
4
example.config.toml
Normal file
4
example.config.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
addr = "0.0.0.0:8080"
|
||||
db_name = "<oracle host>/<oracle service name>"
|
||||
db_username = "<oracle username>"
|
||||
db_password = "<oracle password>"
|
Loading…
Reference in a new issue