opnform/client/runtimeConfig.js

18 lines
394 B
JavaScript

export default {
// Keys within public, will be also exposed to the client-side
public: {
apiBase: '',
appUrl: '',
env: 'local',
hCaptchaSiteKey: null,
googleAnalyticsCode: null,
amplitudeCode: null,
sentryDsn: null,
crispWebsiteId: null,
aiFeaturesEnabled: false,
s3Enabled: false,
paidPlansEnabled: false,
customDomainsEnabled: false
}
}