configuration refactoring [wip]

This commit is contained in:
2024-03-28 17:07:59 +01:00
parent c1615a1bcb
commit 2db4972394
13 changed files with 802 additions and 68 deletions
+8
View File
@@ -0,0 +1,8 @@
application:
port: 8001
database:
host: "localhost"
port: 5432
username: "admin"
password: "secret+123"
database_name: "rss"
+2
View File
@@ -0,0 +1,2 @@
application:
host: 127.0.0.1
+2
View File
@@ -0,0 +1,2 @@
application:
host: 0.0.0.0