opnform-host-nginx/client/opnform.config.js

22 lines
915 B
JavaScript
Raw Normal View History

2023-12-09 15:47:03 +01:00
export default {
2023-12-14 16:53:05 +01:00
"app_ame": "OpnForm",
2023-12-09 15:47:03 +01:00
"locale": "en",
"locales": {"en": "EN"},
"githubAuth": null,
"notion": {"worker": "https://notion-forms-worker.notionforms.workers.dev/v1"},
"links": {
"help_url": "https://github.com/JhumanJ/OpnForm/discussions",
"helpdesk_sitemap_url": "https://notionforms.crisp.help/sitemap.xml",
"github_url": "https://github.com/JhumanJ/OpnForm",
"github_forum_url": "https://github.com/JhumanJ/OpnForm/discussions",
2024-02-03 17:41:52 +01:00
'discord': 'https://discord.gg/YTSjU2a9TS',
2023-12-09 15:47:03 +01:00
"twitter": "https://twitter.com/OpnForm",
"zapier_integration": "https://zapier.com/developer/public-invite/146950/58db583730cc46b821614468d94c35de/",
"book_onboarding": "https://zcal.co/i/YQVGEULQ",
2024-03-12 12:43:17 +01:00
"feature_requests": "https://feedback.opnform.com/",
"changelog_url": "https://feedback.opnform.com/changelog",
"roadmap": "https://feedback.opnform.com/roadmap",
2024-01-13 19:57:39 +01:00
}
2023-12-09 15:47:03 +01:00
}