Test users databse
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
smallrye.jwt.sign.key.location=privateKey.pem
|
||||
|
||||
|
||||
|
||||
mp.jwt.verify.publickey.location=publicKey.pem
|
||||
mp.jwt.verify.issuer=https://example.com/issuer
|
||||
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
|
Reference in New Issue
Block a user