antville/code/app.properties

30 lines
851 B
Properties

baseURI = /antville
hostname = localhost
# used for FROM in sending emails
adminEmail = email@yourdomain.dom
# path where uploaded images will be stored ..
# don't forget the trailing slash!!!!!
# if you're using antville on a Windows-machine, don't forget
# to mask backslashes with backslashes, i.e.
# imgPath = D:\\htdocs\\img\\antville\\
imgPath = C:/localhost/helmaroot/static/antville/
# path where goodies will be stored
goodiePath = C:/localhost/helmaroot/static/antville/
# url of weblog-images
imgUrl = /static/antville/
# url of goodies
goodieUrl = /static/antville/
# making the blogger-api functions accessible via XML-RPC
xmlrpcaccess = root.editPost, root.newPost, root.deletePost
xmlrpcHandlerName = blogger
# all new href() options
# rootPrototype=weblog
# hrefSkin=href
# if true upload of goodies is enabled
allowGoodies=true