config mail
This commit is contained in:
parent
3a5d89c5fb
commit
a9cafc90da
4
pom.xml
4
pom.xml
@ -68,6 +68,10 @@
|
|||||||
<groupId>io.quarkus</groupId>
|
<groupId>io.quarkus</groupId>
|
||||||
<artifactId>quarkus-mailer</artifactId>
|
<artifactId>quarkus-mailer</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.quarkus</groupId>
|
||||||
|
<artifactId>quarkus-resteasy-mutiny</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.quarkus</groupId>
|
<groupId>io.quarkus</groupId>
|
||||||
<artifactId>quarkus-junit5</artifactId>
|
<artifactId>quarkus-junit5</artifactId>
|
||||||
|
@ -11,4 +11,12 @@ quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:5432/toto
|
|||||||
# drop and create the database at startup (use `update` to only update the schema)
|
# 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 = drop-and-create
|
||||||
|
|
||||||
covas.schema.create = true
|
covas.schema.create = true
|
||||||
|
|
||||||
|
quarkus.mailer.auth-methods=DIGEST-MD5 CRAM-SHA256 CRAM-SHA1 CRAM-MD5 PLAIN LOGIN
|
||||||
|
quarkus.mailer.from=valczebackup@gmail.com
|
||||||
|
quarkus.mailer.host=smtp.gmail.com
|
||||||
|
quarkus.mailer.port=465
|
||||||
|
quarkus.mailer.ssl=true
|
||||||
|
quarkus.mailer.username=valczebackup@gmail.com
|
||||||
|
quarkus.mailer.password=aohrpmqvxldwyebs
|
Loading…
x
Reference in New Issue
Block a user