Feature/set public stripe key dynamically (#216)
* Set public Stripe key dynamically * Update changelogpull/217/head
parent
39a76f7f40
commit
51fbc538ca
@ -1,6 +1,6 @@
|
||||
export const environment = {
|
||||
lastPublish: '{BUILD_TIMESTAMP}',
|
||||
production: true,
|
||||
stripePublicKey: '{STRIPE_PUBLIC_KEY}',
|
||||
stripePublicKey: '',
|
||||
version: `v${require('../../../../package.json').version}`
|
||||
};
|
||||
|
Loading…
Reference in new issue