replaced "goodie" with "file"
This commit is contained in:
parent
ea50f21c96
commit
4ba13b370a
1 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ description = An "easy to maintain and use" weblog hosting system.
|
|||
|
||||
# path where uploaded images will be stored ..
|
||||
# don't forget the trailing slash!
|
||||
imgPath = static/antville/
|
||||
# path where goodies will be stored
|
||||
filePath = static/antville/
|
||||
imgPath = static/images/
|
||||
# path where files will be stored
|
||||
filePath = static/files/
|
||||
|
||||
# url of weblog-images
|
||||
imgUrl = /static/antville/
|
||||
# url of goodies
|
||||
# url of files
|
||||
fileUrl = /static/antville/
|
||||
|
||||
# making the blogger-api functions accessible via XML-RPC
|
||||
|
|
Loading…
Add table
Reference in a new issue