Ajout table profil
This commit is contained in:
@@ -10,8 +10,8 @@ quarkus.datasource.username = ${POSTGRES_USER:default}
|
||||
quarkus.datasource.password = ${POSTGRES_PASSWORD:default}
|
||||
quarkus.datasource.jdbc.url = jdbc:postgresql://${POSTGRES_URL:localhost}:${POSTGRES_PORT:5432}/${POSTGRES_DB:default}
|
||||
# drop and create the database at startup (use `update` to only update the schema)
|
||||
#quarkus.hibernate-orm.database.generation = drop-and-create
|
||||
quarkus.hibernate-orm.database.generation = update
|
||||
quarkus.hibernate-orm.database.generation = drop-and-create
|
||||
#quarkus.hibernate-orm.database.generation = update
|
||||
covas.schema.create = true
|
||||
|
||||
quarkus.mailer.auth-methods=DIGEST-MD5 CRAM-SHA256 CRAM-SHA1 CRAM-MD5 PLAIN LOGIN
|
||||
|
Reference in New Issue
Block a user