Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add outlook addin prod-values example file #667

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions values/outlook-addin/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
host: "outlook.example.com"
wireApiBaseUrl: "https://nginz-https.example.com"
wireAuthorizationEndpoint: "https://webapp.example.com/auth"
allowOrigin: "https://webapp.example.com, https://nginz-https.example.com"
# uncomment the tls section if you are using cert-manager for certificates, otherwise,
# follow the documentation in outlook-addin charts README how to deploy using your own certs
#tls:
# issuerRef:
# name: letsencrypt-http01
# clientId is obtained after registering outlook service with wire OAuth, more in README of outlook-addin chart
clientId: ""
Loading