fix: typo
This commit is contained in:
parent
f011ade4a8
commit
c102f6ea65
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ public class DepositController {
|
|||
@Value("${stripe.secret.key}")
|
||||
private String stripeKey;
|
||||
|
||||
@Value("${app.fronend-host}")
|
||||
@Value("${app.frontend-host}")
|
||||
private String frontendHost;
|
||||
|
||||
@PostMapping("/deposit/checkout")
|
||||
|
|
|
@ -4,7 +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
|
||||
app.frontend-host=http://localhost:3000
|
||||
|
||||
spring.application.name=lf12_starter
|
||||
#client registration configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue