mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
8 lines
84 B
JSON
8 lines
84 B
JSON
{
|
|
"default" : {
|
|
"myGlobal" : 1
|
|
},
|
|
"test_env" : {
|
|
"myGlobal" : 2
|
|
}
|
|
}
|