feat: ministrant list tab with add/edit, action bar at top
This commit is contained in:
@@ -11,3 +11,5 @@ DATABASE_PASSWORD=abc
|
||||
ADMIN_PASSWORD=123
|
||||
FRONTEND_PATH=./public
|
||||
APPLICATION_NAME=Miniplan\ Hl.\ Familie
|
||||
PORT=8080
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ktor {
|
||||
development = true
|
||||
deployment {
|
||||
port = "${PORT}"
|
||||
port = ${PORT}
|
||||
}
|
||||
application {
|
||||
modules = [ de.walamana.ApplicationKt.module ]
|
||||
@@ -9,7 +9,7 @@ ktor {
|
||||
}
|
||||
|
||||
jwt {
|
||||
secret = "${SECRET}"
|
||||
secret = ${SECRET}
|
||||
issuer = "http://0.0.0.0:8080/"
|
||||
audience = "http://0.0.0.0:8080/"
|
||||
realm = "mini-data"
|
||||
@@ -21,5 +21,5 @@ database {
|
||||
}
|
||||
|
||||
admin {
|
||||
password = "${ADMIN}"
|
||||
password = ${ADMIN}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user