refs #1154. Added env.json
testing/ogcore-api/pipeline/head There was a failure building this commit Details

pull/13/head
Manuel Aranda Rosales 2024-11-15 14:27:07 +01:00
parent 805fd70026
commit 0ace220ff6
1 changed files with 10 additions and 0 deletions

10
env.json 100644
View File

@ -0,0 +1,10 @@
{
"vars": {
"OG_BOOT_API_URL": "http:\/\/192.168.18.48",
"OG_DHCP_API_URL": "http:\/\/192.168.18.48:81",
"UDS_AUTH_LOGIN": "Usuarios locales",
"UDS_AUTH_USERNAME": "natiqindel",
"UDS_AUTH_PASSWORD": "correct horse battery staple",
"UDS_URL": "https:\/\/localhost:8087\/uds\/rest\/"
}
}