README: Fix description of custom config loading

pull/39/head
Fabian P. Schmidt 2016-02-04 23:15:54 +01:00
rodzic ae3b08722f
commit b5b39825d7
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -104,7 +104,8 @@ To load a custom configuration, create a file `myconfig.py` (see [config/default
and set the environment variable `OGN_CONFIG_MODULE` accordingly.
```
export OGN_CONFIG_MODULE="myconfig.py"
touch myconfig.py
export OGN_CONFIG_MODULE="myconfig"
./manage.py gateway.run
```