Skip to content

Commit

Permalink
Edit docs for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nf679 committed Jan 14, 2025
1 parent 827c40b commit 8376647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/server-config/server-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ client. The following fields are required in the dictionary::
"jasmin_authenticator" : {
"user_profile_url" : "{{ user_profile_url }}",
"user_services_url" : "{{ user_services_url }}",
"user_grants_url" : "{{ }}",
"project_services_url" : "{{ }}",
"user_grants_url" : "{{ user_grants_url }}",
"project_services_url" : "{{ project_services_url }}",
"oauth_token_introspect_url" : "{{ token_introspect_url }}"
}
}
Expand Down

0 comments on commit 8376647

Please sign in to comment.