diff -r f2d54d2841f3 -r 8ca7be41e3ca Readme.md --- a/Readme.md Tue Dec 16 11:14:55 2014 +0100 +++ b/Readme.md Wed Dec 17 17:21:06 2014 +0100 @@ -28,7 +28,11 @@ * HOST : The host on which the app will run, default is "0.0.0.0" for development purpose as "localhost" won't work with vagrant and windows. * LOGGING : Wether or not the app write log files +* LOGGING_LEVEL : if LOGGING is True, indicates what logging level will be used * DEBUG : Wether or not the app is on debug mode. If True, then each modification of a given file will restart the server allowing for easy development. +* SECRET_KEY : Secret key to secure WTForms +* PERSISTENCE_METHOD : What Persistence method will be used. Currently, either "PersistenceToFile" or "PersistenceToGithub" +* FILE_SAVE_DIRECTORY : If using PersistenceToFile, directory where the turtle files will be saved locally * REPOSITORY_NAME : The name of the repository your app will use to store categories * REPOSITORY_OWNER : The name of the owner of the repository (typically a "admin" user) * CATEGORIES_PATH : Where on the repository categories will be stored. Default to /categories @@ -44,7 +48,7 @@ ## Additional/Advanced informations ## -** Changing the property list : ** If you want to change the property list available to users editing/creating categories, you have to put the following entry in config.py +** Changing the property list : ** If you want to change the property list available to users editing/creating categories, you have to edit the following entry in config.py * PROPERTY_LIST : My list of properties ...