Gerüst mit Form-Auth
This commit is contained in:
16
src/main/resources/application.properties
Normal file
16
src/main/resources/application.properties
Normal file
@@ -0,0 +1,16 @@
|
||||
# Database
|
||||
%prod.quarkus.datasource.jdbc.url = jdbc:postgresql://db:5432/buerokalender
|
||||
%prod.quarkus.datasource.username = buerokalender
|
||||
%prod.quarkus.datasource.password = buerokalender
|
||||
%prod.quarkus.datasource.jdbc.max-size=16
|
||||
quarkus.datasource.db-kind=postgresql
|
||||
|
||||
quarkus.hibernate-orm.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
||||
|
||||
quarkus.flyway.migrate-at-start=true
|
||||
|
||||
# Security
|
||||
quarkus.http.auth.form.enabled=true
|
||||
quarkus.http.auth.session.encryption-key=zHId14V+uiyxmbzhEPCyi7VvbaI80UeEO5yu0H/hVLs=
|
||||
# 24h
|
||||
quarkus.http.auth.form.timeout=86400
|
||||
Reference in New Issue
Block a user