forked from Hithomelabs/CFTunnels
12 lines
468 B
Properties
12 lines
468 B
Properties
api.baseUrl=https://cftunnels.hithomelabs.com
|
|
|
|
# Production Database Configuration
|
|
spring.datasource.url=jdbc:postgresql://postgres:5432/cftunnel
|
|
spring.datasource.username=${POSTGRES_USERNAME}
|
|
spring.datasource.password=${POSTGRES_PASSWORD}
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
|
# JPA Configuration
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
spring.jpa.show-sql=false
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect |