build and run stuff

This commit is contained in:
2021-01-18 10:14:54 +01:00
parent 876c99d790
commit 8a0840dd70
5 changed files with 34 additions and 1 deletions

7
ENV.tmpl Normal file
View File

@ -0,0 +1,7 @@
# copy to ENV and adjust values
export DB_HOST="172.16.10.18"
export DB_USER="hausverwaltung-ui"
export DB_PASS="test123"
export DB_NAME="hausverwaltung"