add keys.js to configure API keys instead of specific ajax loading

This commit is contained in:
Norbert Renner 2016-09-22 12:06:18 +02:00
parent 0e471bade0
commit a9f2b0cb18
6 changed files with 23 additions and 18 deletions

View file

@ -45,6 +45,9 @@ set ``BR.conf.profilesUrl`` in [config.js](config.js), e.g. uncomment:
BR.conf.profilesUrl = 'http://localhost:8000/profiles2/';
3. add your API keys (optional)
copy ``keys.js.template`` to ``keys.js`` and edit to add your keys
### Run
1. start BRouter server in the ``standalone`` directory with ``./server.sh`` or ``server.cmd`` (Windows)