Skip to content

Commit cde8ea0

Browse files
committed
update README regarding default_config
1 parent fb07d42 commit cde8ea0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ User Map
66

77
A simple flask application for creating user community maps.
88

9-
By default, this app reads configuration from `users/config.py`.
9+
By default, this app reads configuration from `users/default_config.py`.
1010
To override values set in default config, simply copy the contents
11-
of `users/config.py` and save it elsewhere.
11+
of `users/default_config.py` and save it elsewhere.
1212

13-
cp users/config.py /path/to/custom/config.py
13+
cp users/default_config.py /path/to/custom/config.py
1414

1515
Then edit the custom config file, setting appropriate values as needed.
1616

0 commit comments

Comments
 (0)