fix: add frontend host to application properties

This commit is contained in:
Constantin Simonis 2025-03-05 08:59:34 +01:00
parent 204970856b
commit f011ade4a8
No known key found for this signature in database
GPG key ID: 758DD9C506603183
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ public class DepositController {
@Value("${stripe.secret.key}")
private String stripeKey;
@Value("${frontend.host}")
@Value("${app.fronend-host}")
private String frontendHost;
@PostMapping("/deposit/checkout")

View file

@ -4,6 +4,7 @@ spring.datasource.password=postgres_pass
server.port=8080
spring.jpa.hibernate.ddl-auto=create-drop
stripe.secret.key=${STRIPE_SECRET_KEY:sk_test_51QrePYIvCfqz7ANgqam8rEwWcMeKiLOof3j6SCMgu2sl4sESP45DJxca16mWcYo1sQaiBv32CMR6Z4AAAGQPCJo300ubuZKO8I}
app.fronend-host=http://localhost:3000
spring.application.name=lf12_starter
#client registration configuration