We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb07d42 commit cde8ea0Copy full SHA for cde8ea0
1 file changed
README.md
@@ -6,11 +6,11 @@ User Map
6
7
A simple flask application for creating user community maps.
8
9
-By default, this app reads configuration from `users/config.py`.
+By default, this app reads configuration from `users/default_config.py`.
10
To override values set in default config, simply copy the contents
11
-of `users/config.py` and save it elsewhere.
+of `users/default_config.py` and save it elsewhere.
12
13
- cp users/config.py /path/to/custom/config.py
+ cp users/default_config.py /path/to/custom/config.py
14
15
Then edit the custom config file, setting appropriate values as needed.
16
0 commit comments