You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The API Access Token is used for the Questions' collator, a no-expiry, read-only token is recommended.
19
22
20
23
clientId: ${STACK_OVERFLOW_CLIENT_ID}
21
-
# The clientid must be for an API Application with read-write access.
24
+
# The clientid must be for an API Application with read-write access. Only provide if you are using the Enterprise tier.
22
25
23
26
redirectUri: ${STACK_OVERFLOW_REDIRECT_URI}
24
-
# If no redirectUri is specified this will return to https://<backstage-domain>/stack-overflow-teams
27
+
# If no redirectUri is specified this will return to https://<backstage-domain>/stack-overflow-teams. Only provide if you are using the Enterprise tier.
25
28
26
29
backend:
27
30
# Used for enabling authentication, secret is shared by all backend plugins
# The API Access Token is used for the Questions' collator, a no-expiry, read-only token is recommended.
20
20
21
-
#clientId: ${STACK_OVERFLOW_CLIENT_ID}
21
+
clientId: ${STACK_OVERFLOW_CLIENT_ID}
22
22
# The clientid must be for an API Application with read-write access. Only provide if you are using the Enterprise tier.
23
23
24
-
#redirectUri: ${STACK_OVERFLOW_REDIRECT_URI}
24
+
redirectUri: ${STACK_OVERFLOW_REDIRECT_URI}
25
25
# If no redirectUri is specified this will return to https://<backstage-domain>/stack-overflow-teams. Only provide if you are using the Enterprise tier.
0 commit comments