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.
43 lines
1.6 KiB
43 lines
1.6 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://localhost:5432/postgres?currentSchema=playa
|
|
#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
|
|
|
|
|
|
config.private.key=/privatekey.pem
|
|
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=${DATABASE_USER:playa_tienda}
|
|
%prod.quarkus.datasource.password=${DATABASE_PASS:ED8eqKY5ZyQAH9px}
|
|
%prod.quarkus.datasource.jdbc.url=${DATABASE_JDBC:jdbc:postgresql://localhost:5432/postgres?currentSchema=playa}
|
|
|
|
# %prod.config.private.key=file://${CONFIG_PRIVATE_KEY:/api/tienda-playa/privateKey.pem}
|
|
# %prod.mp.jwt.verify.publickey.location=file://${CONFIG_PUBLIC_KEY:publicKey.pem}
|
|
# %prod.mp.jwt.verify.issuer=https://vodorod.cl |