Skip to content

Commit 182a42c

Browse files
authored
Update properties file comments for Authlete 3.0 configuration
- Added instructions to uncomment the block starting with "api_version = V3" for Authlete 3.0 usage. - Clarified that the base_url should be selected based on the service's cluster region (for Shared Cloud version). - Updated the initial value of base_url to use the format "https://<region>.authlete.com".
1 parent 57793ee commit 182a42c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

authlete.properties

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,16 @@ service.api_key = 5593494639
4242
service.api_secret = AAw0rner_-y1A6J9s20wjRCpkBvez3GxEBoL9jOJVR0
4343

4444
# 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
4553
#
4654
#api_version = V3
47-
#base_url = https://nextdev-api.authlete.net
55+
#base_url = https://<region>.authlete.com
4856
#service.api_key = 986126671
4957
#service.access_token =

0 commit comments

Comments
 (0)