2024-01-03 16:38:11 +00:00
|
|
|
export default {
|
|
|
|
// Keys within public, will be also exposed to the client-side
|
|
|
|
public: {
|
|
|
|
apiBase: '',
|
|
|
|
appUrl: '',
|
2024-01-03 18:03:45 +00:00
|
|
|
env: 'local',
|
2024-01-03 16:38:11 +00:00
|
|
|
hCaptchaSiteKey: null,
|
|
|
|
googleAnalyticsCode: null,
|
|
|
|
amplitudeCode: null,
|
|
|
|
sentryDsn: null,
|
|
|
|
crispWebsiteId: null,
|
|
|
|
aiFeaturesEnabled: false,
|
|
|
|
s3Enabled: false,
|
|
|
|
paidPlansEnabled: false,
|
|
|
|
customDomainsEnabled: false
|
|
|
|
}
|
|
|
|
}
|