41 lines
836 B
JSON
Executable File
41 lines
836 B
JSON
Executable File
{
|
|
"nest_name": "amar",
|
|
"wrapper": {
|
|
"enabled": true,
|
|
"environment": {
|
|
"backend_url": "http://localhost:8000",
|
|
"frontend_url": "http://localhost:3000"
|
|
},
|
|
"users": [
|
|
{
|
|
"id": "admin",
|
|
"label": "Admin",
|
|
"username": "admin@test.com",
|
|
"password": "Amar2025!",
|
|
"icon": "👑",
|
|
"role": "ADMIN"
|
|
},
|
|
{
|
|
"id": "vet1",
|
|
"label": "Vet 1",
|
|
"username": "vet@test.com",
|
|
"password": "Amar2025!",
|
|
"icon": "🩺",
|
|
"role": "VET"
|
|
},
|
|
{
|
|
"id": "tutor1",
|
|
"label": "Tutor 1",
|
|
"username": "tutor@test.com",
|
|
"password": "Amar2025!",
|
|
"icon": "🐶",
|
|
"role": "USER"
|
|
}
|
|
],
|
|
"jira": {
|
|
"ticket_id": "VET-535",
|
|
"epic": "EPIC-51.3"
|
|
}
|
|
}
|
|
}
|