You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
quarkus.http.port=${MS_PORT:8181}
|
|
|
|
quarkus.http.root-path=/beach
|
|
|
|
quarkus.http.cors=true
|
|
quarkus.http.cors.origins=http://localhost:4200
|
|
|
|
quarkus.http.host=0.0.0.0
|
|
|
|
quarkus.datasource.username=postgres
|
|
quarkus.datasource.password=13467982
|
|
quarkus.datasource.jdbc.url=jdbc:postgresql://192.168.1.17:5432/postgres?currentSchema=playa
|
|
quarkus.datasource.users.jdbc.max-size=11
|
|
quarkus.datasource.jdbc.idle-removal-interval= 10
|
|
quarkus.datasource.inventory.jdbc.max-size=12
|
|
quarkus.hibernate-orm.database.generation=update
|
|
|
|
mp.jwt.verify.publickey.location=publickey.pem
|
|
mp.jwt.verify.issuer=https://vodorod.cl
|
|
quarkus.smallrye-jwt.enabled=true
|
|
|
|
quarkus.log.file.enable=true
|
|
quarkus.log.file.path=logs/quarkus.log
|
|
quarkus.log.file.level=DEBUG
|
|
quarkus.log.file.format=%d{HH:mm:ss} %-5p [%c{2.}]] (%t) %s%e%n
|
|
quarkus.log.file.rotation.max-file-size=20M
|
|
quarkus.log.file.rotation.max-backup-index=30
|
|
|
|
# ED8eqKY5ZyQAH9px
|
|
|
|
%prod.quarkus.http.cors.origins=https://tienda.vodorod.cl,https://menu.vodorod.cl
|
|
|
|
%prod.quarkus.datasource.username=playa_tienda
|
|
%prod.quarkus.datasource.password=ED8eqKY5ZyQAH9px
|
|
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=playa |