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

Improve on the Zulip auth app integration #535

Merged
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
10 changes: 10 additions & 0 deletions env.op
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ export TYPESENSE_URL="op://changelog/typesense/url"

export STRIPE_SECRET="op://changelog/stripe/api_secret"
export STRIPE_WEBHOOK_SECRET="op://changelog/stripe/webhook_secret"

export STRIPE_SECRET="op://changelog/stripe/api_secret"
export STRIPE_WEBHOOK_SECRET="op://changelog/stripe/webhook_secret"

export ZULIP_ADMIN_USER="op://changelog/zulip/admin_user"
export ZULIP_ADMIN_API_KEY="op://changelog/zulip/admin_api_key"
export ZULIP_USER="op://changelog/zulip/user"
export ZULIP_API_KEY="op://changelog/zulip/user_api_key"
export ZULIP_BOT_USER="op://changelog/zulip/bot_user"
export ZULIP_BOT_API_KEY="op://changelog/zulip/bot_api_key"