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

19 account #21

Merged
merged 7 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@ ES_PORT=9200
ES_USERNAME=
ES_PASSWORD=
ES_INDEX=skohub-reconcile

# URL of reconcile publish service
PUBLISH_SERVICE_URL=http://localhost:3030

# Authorization
WIKIMEDIA_AUTH_URL=https://meta.wikimedia.org/w/rest.php/oauth2/authorize
WIKIMEDIA_TOKEN_URL=https://meta.wikimedia.org/w/rest.php/oauth2/access_token
WIKIMEDIA_ID=
WIKIMEDIA_SECRET=
ORCID_AUTH_URL=https://sandbox.orcid.org/oauth/authorize
ORCID_TOKEN_URL=https://sandbox.orcid.org/oauth/token
ORCID_GETUSER_URL=https://sandbox.orcid.org/oauth/userinfo
ORCID_ID=
ORCID_SECRET=

SESSION_SECRET=

[email protected]

Loading
Loading