diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..bef5a79 --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +USER=app +GROUP=app +UID=1000 +GID=1000 +DB_HOST=docker.host.internal +DB_PORT=5432 +DB_NAME=postgres +DB_USER=pg_admin +DB_PASS=password diff --git a/python/templates/app.html b/python/templates/app.html index ce8fd9a..42d4209 100644 --- a/python/templates/app.html +++ b/python/templates/app.html @@ -58,6 +58,7 @@ +
@@ -266,7 +267,7 @@
- + @@ -282,9 +283,9 @@ - +