configuration refactoring [wip]
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
application:
|
||||
port: 8001
|
||||
database:
|
||||
host: "localhost"
|
||||
port: 5432
|
||||
username: "admin"
|
||||
password: "secret+123"
|
||||
database_name: "rss"
|
||||
@@ -0,0 +1,2 @@
|
||||
application:
|
||||
host: 127.0.0.1
|
||||
@@ -0,0 +1,2 @@
|
||||
application:
|
||||
host: 0.0.0.0
|
||||
Reference in New Issue
Block a user