quarkus.http.cors.enabled=true quarkus.http.root-path=/api %dev.quarkus.http.cors.origins=/.*/ %dev.quarkus.http.port=9090 dev.dinauer.kobooboo.kubeconfigs.dir=/var/lib/kubooboo/config dev.dinauer.kubooboo.work.dir=/var/lib/kubooboo/work %dev.dev.dinauer.kobooboo.kubeconfigs.dir=/home/andreas/.kube/config %dev.dev.dinauer.kubooboo.work.dir=/home/andreas/Documents/dev/kubooboo/backend/src/main/resources/dev # Keys %prod.smallrye.jwt.sign.key.location=${PRIVATE_KEY_LOCATION} %prod.mp.jwt.verify.publickey.location=${PUBLIC_KEY_LOCATION} # Keys Dev %dev.smallrye.jwt.sign.key.location=privateKey.pem %dev.mp.jwt.verify.publickey.location=publicKey.pem # Postgres %dev.quarkus.datasource.db-kind = postgresql %dev.quarkus.datasource.username = postgres %dev.quarkus.datasource.password = postgres %dev.quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:6666/postgres %dev,test.quarkus.hibernate-orm.schema-management.strategy=drop-and-create