We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57793ee + 182a42c commit 3ff556fCopy full SHA for 3ff556f
1 file changed
authlete.properties
@@ -42,8 +42,16 @@ service.api_key = 5593494639
42
service.api_secret = AAw0rner_-y1A6J9s20wjRCpkBvez3GxEBoL9jOJVR0
43
44
# For Authlete 3.0
45
+#
46
+# To use Authlete 3.0, you need to uncomment the block starting from the line "api_version = V3".
47
48
+# The base_url should be selected based on your service's cluster region (for the Shared Cloud version):
49
+# https://us.authlete.com - 🇺🇸 US Cluster
50
+# https://jp.authlete.com - 🇯🇵 Japan Cluster
51
+# https://eu.authlete.com - 🇪🇺 Europe Cluster
52
+# https://br.authlete.com - 🇧🇷 Brazil Cluster
53
#
54
#api_version = V3
-#base_url = https://nextdev-api.authlete.net
55
+#base_url = https://<region>.authlete.com
56
#service.api_key = 986126671
57
#service.access_token =
0 commit comments