diff options
author | Julien Dessaux | 2021-04-06 16:46:12 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-04-06 16:46:12 +0200 |
commit | 34103e5dd0ed75b84c965bc0fa28796b74a7adde (patch) | |
tree | f1010b048c6c26f3f44fa514fa66f8dfe63c7f08 | |
parent | Added trainStop config parameter which was wrongly hardcoded (diff) | |
download | trains-34103e5dd0ed75b84c965bc0fa28796b74a7adde.tar.gz trains-34103e5dd0ed75b84c965bc0fa28796b74a7adde.tar.bz2 trains-34103e5dd0ed75b84c965bc0fa28796b74a7adde.zip |
Document configuration file default values in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ token: 12345678-9abc-def0-1234-56789abcdef0 trainStop: stop_area:SNCF:87723502 ``` -`address` can be any ipv4 or ipv6 address or a hostname that resolves to such address, `port` can be any valid tcp port number or service name. +`address` can be any ipv4 or ipv6 address or a hostname that resolves to such address and defaults to `127.0.0.1`. `port` can be any valid tcp port number or service name and defaults to `8080`. You can get a free token from the [official SNCF's website](https://www.digital.sncf.com/startup/api/token-developpeur) for up to 5000 requests per day. |