fitness-web/http-client.env.json
2022-09-28 21:55:44 +02:00

15 lines
348 B
JSON

{
"lgyenese": {
"restapi-url": "https://cutlergyor.rschneider.hu/cutler/rest/web/index.php?r=",
"token": "123"
},
"dev": {
"restapi-url": "http://localhost:86/fitness_web/rest/web/index.php?r=",
"token": "123"
},
"dev1": {
"restapi-url": "http://localhost:42001/cutler/rest/web/index.php?r=",
"token": "123"
}
}