Initial commit

This commit is contained in:
2026-07-09 00:14:45 +02:00
commit 0c2ec3fc1c
100 changed files with 47687 additions and 0 deletions
+11
View File
@@ -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