chore: add example config

This commit is contained in:
Timo Ley 2023-06-23 09:52:56 +02:00
parent 9aca8f54d6
commit 7e193adad7
1 changed files with 4 additions and 0 deletions

4
example.config.toml Normal file
View 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>"