feat: introduce DOCS_URL in authDocUrl properties

This commit is contained in:
Ali BARIN
2024-04-23 12:24:04 +00:00
parent 4da6e8372f
commit 135a0028be
58 changed files with 58 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ export default defineApp({
baseUrl: 'https://docs.google.com/forms',
apiBaseUrl: 'https://forms.googleapis.com',
iconUrl: '{BASE_URL}/apps/google-forms/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/google-forms/connection',
authDocUrl: '{DOCS_URL}/apps/google-forms/connection',
primaryColor: '673AB7',
supportsConnections: true,
beforeRequest: [addAuthHeader],