Static config site
Upload this folder to your shared hosting public directory. Point the app to
https://adneutral.link/trailer-movies/remote-config.json.
Production URL
Set this in your app build environment:
EXPO_PUBLIC_REMOTE_CONFIG_URL=https://adneutral.link/trailer-movies/remote-config.json
Switch Modes
Keep remote-config.json as the active file. To change mode,
copy one template from configs/ over it, then edit your domain,
contact links, app version, ad unit IDs, and streaming provider URLs.
"mode": "trailer_only"
"mode": "full"
Security Note
Do not put private API keys, admin tokens, or secret stream URLs in these JSON files. Static files are public. For protected streaming, make the app call a backend that returns short-lived playback URLs.