File tree Expand file tree Collapse file tree
backend/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ spring.application.name=solar-watch
22
33# Database Configuration
44spring.datasource.url =jdbc:postgresql://${DB_HOST:postgres}:5432/solarwatch
5- spring.datasource.username =${DB_USER:postgres }
6- spring.datasource.password =${DB_PASSWORD:Pds56ghj }
5+ spring.datasource.username =${DB_USER}
6+ spring.datasource.password =${DB_PASSWORD}
77spring.jpa.hibernate.ddl-auto =update
88spring.jpa.show-sql =true
99spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.PostgreSQLDialect
@@ -12,7 +12,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
1212geo.api.key =${GEO_API_KEY:}
1313
1414# JWT Configuration
15- jwt.secret =${JWT_SECRET:your-256-bit-secret-key-make-this-very-secure }
15+ jwt.secret =${JWT_SECRET}
1616jwt.expiration =86400000
1717
1818# Security Configuration
You can’t perform that action at this time.
0 commit comments