bruno/packages/bruno-tests/collection/environments/Local.bru

29 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-01-29 09:04:55 +01:00
vars {
host: http://localhost:8080
2024-01-29 09:04:55 +01:00
bearer_auth_token: your_secret_token
basic_auth_password: della
client_id: client_id_1
client_secret: client_secret_1
auth_url: http://localhost:8080/api/auth/oauth2/authorization_code/authorize
callback_url: http://localhost:8080/api/auth/oauth2/authorization_code/callback
access_token_url: http://localhost:8080/api/auth/oauth2/authorization_code/token
passwordCredentials_username: foo
passwordCredentials_password: bar
github_authorize_url: https://github.com/login/oauth/authorize
github_access_token_url: https://github.com/login/oauth/access_token
google_auth_url: https://accounts.google.com/o/oauth2/auth
google_access_token_url: https://accounts.google.com/o/oauth2/token
google_scope: https://www.googleapis.com/auth/userinfo.email
2024-01-29 09:04:55 +01:00
}
vars:secret [
github_client_secret,
github_client_id,
google_client_id,
google_client_secret,
github_authorization_code,
passwordCredentials_access_token,
client_credentials_access_token,
authorization_code_access_token,
github_access_token
]