créer collection bruno pour test d'api
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
vars {
|
||||
baseUrl: http://localhost:8080/api
|
||||
keycloakUrl: https://auth.goutailler-olivier.com/realms/bonsai
|
||||
clientId: bonsai-webapp
|
||||
}
|
||||
|
||||
vars:secret [
|
||||
username,
|
||||
password,
|
||||
clientSecret,
|
||||
accessToken
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
vars {
|
||||
baseUrl: https://bonsai.goutailler-olivier.com/api
|
||||
keycloakUrl: https://auth.goutailler-olivier.com/realms/bonsai
|
||||
clientId: bonsai-webapp
|
||||
}
|
||||
vars:secret [
|
||||
username,
|
||||
password,
|
||||
clientSecret,
|
||||
accessToken
|
||||
]
|
||||
Reference in New Issue
Block a user