Skip to content

Commit 018f251

Browse files
committed
OpenConceptLab/ocl_online#36 | added toggle for scispacy
1 parent 731376f commit 018f251

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

core/fixtures/toggles.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,17 @@
6464
"staging": true,
6565
"production": true
6666
}
67+
},
68+
{
69+
"pk": 8,
70+
"model": "toggles.toggle",
71+
"fields": {
72+
"is_active": true,
73+
"name": "SCISPACY_LOINC_TOGGLE",
74+
"dev": true,
75+
"qa": false,
76+
"staging": false,
77+
"production": true
78+
}
6779
}
6880
]

0 commit comments

Comments
 (0)