Skip to content

Commit b60ecd7

Browse files
committed
fixing configuration
1 parent 67fa259 commit b60ecd7

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

app-config.docker-local.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ organization:
1212

1313
stackoverflow:
1414
baseUrl: ${STACK_OVERFLOW_INSTANCE_URL}
15-
# teamName: ${STACK_OVERFLOW_TEAM_NAME}
15+
# Required only for Enteprise Tier.
16+
17+
teamName: ${STACK_OVERFLOW_TEAM_NAME}
18+
# Required only for Basic and Business Tiers.
1619

1720
apiAccessToken: ${STACK_OVERFLOW_API_ACCESS_TOKEN}
1821
# The API Access Token is used for the Questions' collator, a no-expiry, read-only token is recommended.
1922

2023
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.
2225

2326
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.
2528

2629
backend:
2730
# Used for enabling authentication, secret is shared by all backend plugins

app-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ stackoverflow:
1818
apiAccessToken: ${STACK_OVERFLOW_API_ACCESS_TOKEN}
1919
# The API Access Token is used for the Questions' collator, a no-expiry, read-only token is recommended.
2020

21-
# clientId: ${STACK_OVERFLOW_CLIENT_ID}
21+
clientId: ${STACK_OVERFLOW_CLIENT_ID}
2222
# The clientid must be for an API Application with read-write access. Only provide if you are using the Enterprise tier.
2323

24-
# redirectUri: ${STACK_OVERFLOW_REDIRECT_URI}
24+
redirectUri: ${STACK_OVERFLOW_REDIRECT_URI}
2525
# If no redirectUri is specified this will return to https://<backstage-domain>/stack-overflow-teams. Only provide if you are using the Enterprise tier.
2626

2727
backend:

0 commit comments

Comments
 (0)