diff options
| author | Bruno Perles | 2016-01-12 14:56:13 +0100 |
|---|---|---|
| committer | Bruno Perles | 2016-01-12 14:56:13 +0100 |
| commit | 2d05414eddf160b8fff826145fd884dfc73267ae (patch) | |
| tree | 18dbdbbf1e0e58c9125697df253e0c24badf46c9 /README.md | |
| parent | a83382ffb20ec6326fe4057ee767bab515924476 (diff) | |
| download | chouette-core-2d05414eddf160b8fff826145fd884dfc73267ae.tar.bz2 | |
Add osrm_endpoint to secrets.yml, update README file
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -122,6 +122,10 @@ Configure the way that Chouette2 sends e-mail. * Edit [devise_async.rb](./config/initializer/devise_async.rb) and uncomment and set```Devise::Async.enabled``` ( true if you want to use asynchronously and false otherwise ) * see [Devise Async specification](https://github.com/mhfs/devise-async) +Configure OSRM Backend URL +* Edit [secrets.yml](./config/secrets.yml) and change```osrm_endpoint``` +* see [Project-OSRM](https://github.com/Project-OSRM/osrm-backend/wiki/Api-usage-policy) + Run --- @@ -169,6 +173,11 @@ License This project is licensed under the CeCILL-B license, a copy of which can be found in the [LICENSE](./LICENSE.md) file. +Project-OSRM Licence +------------------------- + +Project-OSRM is licensed under the [ODbL](http://opendatacommons.org/licenses/odbl/) licence. + Release Notes ------------- |
