48 lines
1.7 KiB
Properties
48 lines
1.7 KiB
Properties
# HTTP Configuration
|
|
# quarkus.http.cors.origins=http://10.68.35.112:8001,http://10.1.15.215:32167
|
|
quarkus.http.cors.origins=*
|
|
quarkus.http.cors=true
|
|
# quarkus.http.cors.access-control-allow-credentials=false
|
|
quarkus.http.host=0.0.0.0
|
|
quarkus.http.port=32184
|
|
|
|
|
|
quarkus.dev-ui.cors.enabled=true
|
|
quarkus.hibernate-orm.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
quarkus.hibernate-orm.statistics=true
|
|
|
|
# quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/ap2t?stringtype=unspecified
|
|
# quarkus.datasource.db-kind=postgresql
|
|
# quarkus.datasource.username=postgres
|
|
# quarkus.datasource.password=postgres
|
|
|
|
quarkus.scheduler.enabled=true
|
|
quarkus.scheduler.concurrent-execution=true
|
|
quarkus.datasource.jdbc.url=jdbc:postgresql://10.14.212.9:32109/apkt?stringtype=unspecified
|
|
quarkus.datasource.db-kind=postgresql
|
|
quarkus.datasource.username=clusterapkt
|
|
quarkus.datasource.password=@/<i<UBg>BHDd,ex/Ando<?1
|
|
|
|
# log info
|
|
# quarkus.security.basic.enabled=false
|
|
quarkus.auth.password =apkt@54321
|
|
quarkus.auth.username=apkt
|
|
|
|
# quarkus.smallrye-openapi.path=/swagger
|
|
# Enable basic authentication
|
|
# quarkus.security.auth.basic.enabled=false
|
|
|
|
# In-memory identity provider configuration
|
|
# quarkus.security.identity-provider.in-memory.enabled=false
|
|
# quarkus.security.identity-provider.in-memory.users.user1.password=password1
|
|
# quarkus.security.identity-provider.in-memory.users.user1.roles=USER
|
|
|
|
# Enable OpenAPI
|
|
# quarkus.smallrye-openapi.path=/openapi
|
|
|
|
# Configure info
|
|
# quarkus.smallrye-openapi.info.title=My API
|
|
# quarkus.smallrye-openapi.info.version=1.0.0
|
|
# quarkus.smallrye-openapi.info.description=API documentation for my application.
|
|
# Define security scheme
|
|
# quarkus.smallrye-openapi.security.basic.enabled=true |