We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a91ff commit ea9a0faCopy full SHA for ea9a0fa
.env.sample
@@ -0,0 +1,12 @@
1
+# NZ ORCID Hub authentication
2
+HUB_ID = ""
3
+HUB_SECRET = ""
4
+
5
+# ORCID authentication
6
+ORCID_API_ID = ""
7
+ORCID_API_SECRET = ""
8
9
+# From ORCID
10
+PUBLIC_ACCESS_TOKEN = ""
11
12
+ORCID_API_VERSION = "v3.0"
.gitignore
@@ -1 +1 @@
-credentials.json
+.env
credentials.json
0 commit comments