13 lines
466 B
Properties
13 lines
466 B
Properties
smallrye.jwt.sign.key.location=privateKey.pem
|
|
|
|
|
|
mp.jwt.verify.publickey.location=publicKey.pem
|
|
mp.jwt.verify.issuer=https://example.com/issuer
|
|
|
|
quarkus.datasource.db-kind = postgresql
|
|
quarkus.datasource.username = toto
|
|
quarkus.datasource.password = toto
|
|
quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:5432/toto
|
|
|
|
# drop and create the database at startup (use `update` to only update the schema)
|
|
quarkus.hibernate-orm.database.generation = drop-and-create |