37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
```toml
|
|
name = 'LocalhostRank2'
|
|
id = '72131080-0449-43c5-b749-c8f0458909f8'
|
|
|
|
[[environmentGroups]]
|
|
name = 'Default'
|
|
environments = ['preprod', 'prod', 'localhost']
|
|
```
|
|
|
|
#### Variables
|
|
|
|
```json5
|
|
{
|
|
preprod: {
|
|
"x-api-key": "e343ce06-bd07-449b-af90-ccf7abad7edb",
|
|
"host": "api.preprod.decathlon.net",
|
|
"url": "https://preprod.idpdecathlon.oxylane.com/as/token.oauth2",
|
|
"user": "C196d7bc0c8bae220f74b8eb55da803813386f57a",
|
|
"secret": "pass Nrd/Projet/decathlon/apis/connexion\ Clients\ credentials\ PP -c"
|
|
},
|
|
localhost: {
|
|
"x-api-key": "e343ce06-bd07-449b-af90-ccf7abad7edb",
|
|
"host": "localhost:8443",
|
|
"url": "https://preprod.idpdecathlon.oxylane.com/as/token.oauth2",
|
|
"user": "C196d7bc0c8bae220f74b8eb55da803813386f57a",
|
|
"secret": "pass Nrd/Projet/decathlon/apis/connexion\ Clients\ credentials\ PP -c"
|
|
},
|
|
prod: {
|
|
"x-api-key": "fee52be2-4de1-4165-ab4e-716ea4738d06",
|
|
"host": "api.prod.decathlon.net",
|
|
"url": "https://idpdecathlon.oxylane.com/as/token.oauth2",
|
|
"user": "C3916a726322bfcabce75e6b0f4eb47f48e3fdc61",
|
|
"secret": "pass -c Nrd/Projet/decathlon/apis/connexion\ Clients\ credentials\ Prod"
|
|
}
|
|
}
|
|
```
|