refactor: refactor application.properties
All checks were successful
CI / prettier (pull_request) Successful in 18s
CI / test-build (pull_request) Successful in 37s

This commit is contained in:
Constantin Simonis 2025-02-13 10:33:06 +01:00
parent 55cd5fefed
commit c4252c97e7
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -1,9 +1,9 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/postgresdb spring.datasource.url=jdbc:postgresql://${DB_HOST:localhost}:5432/postgresdb
spring.datasource.username=postgres_user spring.datasource.username=postgres_user
spring.datasource.password=postgres_pass spring.datasource.password=postgres_pass
server.port=8080 server.port=8080
spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.hibernate.ddl-auto=create-drop
stripe.secret.key=sk_test_51QrePYIvCfqz7ANgqam8rEwWcMeKiLOof3j6SCMgu2sl4sESP45DJxca16mWcYo1sQaiBv32CMR6Z4AAAGQPCJo300ubuZKO8I stripe.secret.key=${STRIPE_SECRET_KEY:sk_test_51QrePYIvCfqz7ANgqam8rEwWcMeKiLOof3j6SCMgu2sl4sESP45DJxca16mWcYo1sQaiBv32CMR6Z4AAAGQPCJo300ubuZKO8I}
spring.application.name=lf12_starter spring.application.name=lf12_starter
#client registration configuration #client registration configuration