refactor: outsource stripe key to environment
This commit is contained in:
parent
c4252c97e7
commit
da01e272d7
2 changed files with 5 additions and 3 deletions
3
frontend/src/environments/environment.ts
Normal file
3
frontend/src/environments/environment.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const environment = {
|
||||
STRIPE_KEY: 'pk_test_51QrePYIvCfqz7ANgMizBorPpVjJ8S6gcaL4yvcMQnVaKyReqcQ6jqaQEF7aDZbDu8rNVsTZrw8ABek4ToxQX7KZe00jpGh8naG',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue