diff options
Diffstat (limited to 'opendc-common/src/main/resources/database.toml')
| -rw-r--r-- | opendc-common/src/main/resources/database.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opendc-common/src/main/resources/database.toml b/opendc-common/src/main/resources/database.toml new file mode 100644 index 00000000..35e1d159 --- /dev/null +++ b/opendc-common/src/main/resources/database.toml @@ -0,0 +1,5 @@ +"address" = "127.0.0.1:5432" +"username" = "matt" +"password" = "admin" +"database" = "opendc" +"table" = "postgres_topic"
\ No newline at end of file |
