Skip to content

Commit

Permalink
chore: add url for generating Accounts service token
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Oct 27, 2024
1 parent 38dbbee commit 5dc9898
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions settings.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ environment: development

db_url: postgresql+asyncpg://postgres:postgres@localhost:5432/postgres
accounts:
# JWT secret
# generate service token for development (https://api.innohassle.ru/accounts/v0)
# /tokens/generate-service-token
api_jwt_token: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Get from https://api.innohassle.ru/accounts/v0/tokens/generate-service-token?sub=events-local-dev&scopes=users&only_for_me=true
api_jwt_token: "secret"

0 comments on commit 5dc9898

Please sign in to comment.