Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
POSTGRES_DB=polskalokalnie
|
||||
POSTGRES_USER=polskalokalnie
|
||||
POSTGRES_PASSWORD=change_me_for_local_dev
|
||||
|
||||
SPRING_JPA_HIBERNATE_DDL_AUTO=update
|
||||
|
||||
# Local network binding.
|
||||
# Keep database and backend local; expose only the web proxy to the LAN.
|
||||
WEB_BIND_ADDRESS=0.0.0.0
|
||||
BACKEND_BIND_ADDRESS=127.0.0.1
|
||||
POSTGRES_BIND_ADDRESS=127.0.0.1
|
||||
Reference in New Issue
Block a user