0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 02:13:48 +02:00

Update README with note on configuration variables from env vars.

This commit is contained in:
Jason Volk 2019-03-10 12:49:30 -07:00
parent ba09d57d8e
commit 86450d6f48

View file

@ -211,6 +211,15 @@ to point at Riot's `webapp/` directory by entering the following:
6. Browse to `https://host.tld:8448/` and register a user.
#### Additional Notes
##### Recovering from broken configurations
If your server ever fails to start from an errant conf item: you can override
any item using an environmental variable before starting the program. To do
this simply replace the '.' characters with '_' in the name of the item when
setting it in the environment. The name is otherwise the same, including its
lower case.
## Developers