diff options
Diffstat (limited to 'src/test/resources/application.properties')
-rw-r--r-- | src/test/resources/application.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties new file mode 100644 index 0000000..f1d166d --- /dev/null +++ b/src/test/resources/application.properties @@ -0,0 +1,6 @@ +spring.application.name=warehouse_accounting + +database.driver=org.postgresql.Driver +database.url=jdbc:postgresql://localhost:5432/warehouse_accounting +database.username=postgres +database.password=postgres |