Skip to content

Commit

Permalink
Add feature-flag file (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro authored Mar 25, 2024
1 parent 87ab0eb commit dc99453
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docker/feature-flags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 1,
"properties": [
{
"property_name": "cluster_name",
"property_value": "fauna",
"flags": {
"fql2_schema": true,
"fqlx_typecheck_default": true,
"persisted_fields": true,
"changes_by_collection_index": true,
"fql2_streams": true
}
},
{
"property_name": "account_id",
"property_value": 0,
"flags": {
"fql2_schema": true,
"fqlx_typecheck_default": true,
"persisted_fields": true,
"changes_by_collection_index": true,
"fql2_streams": true
}
}
]
}

0 comments on commit dc99453

Please sign in to comment.