Path Configuration
-The basics of Path Configuration are explained in the overview. If you’re ready to build your first Path Configuration, keep reading.
+The basics of Path Configuration are explained in the overview. If you’re ready to build your first Path Configuration, keep reading.
﹟ Settings
settings
is your sandbox for App-level configuration. As explained in the overview, common use cases include feature flags or any additional information that your app may use to configure itself. Feel free to add or modify any objects or arrays here, always remembering to version your path configuration if you make breaking changes.
{
"settings": {
"use_local_db": true,
"cable": {
"script_url": "https://hotwire-native-demo.dev/configurations/action_cable.js"
},
"feature_flags": [
{
"name": "new_onboarding_flow",
"enabled": true
}
]
}
"rules": []
}