federation
federation copied to clipboard
Support Multiple Ways to Load the Routes Table
To lower the barrier of entry, support multiple ways of loading the routes table.
- doing nothing loads the default table
- pass in an array object to
defaults.table
- set environment variable
FEDERATION_ROUTES_URL
to point to ajson
encoded routes file, supporthttp
andfile
protocol.