Rename plinth.sample.config to plinth.config

This commit is contained in:
Sunil Mohan Adapa 2014-08-31 13:05:21 +05:30
parent b9e668541b
commit 5ed58d6632
2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,7 +20,6 @@ doc/README.mdwn
doc/TODO.mdwn
doc/oneline.txt
doc/plinth.1
plinth.config
TODO
\#*
.#*

View File

@ -8,16 +8,16 @@ file_root = %(root)s
data_dir = %(file_root)s/data
log_dir = %(data_dir)s
pid_dir = %(data_dir)s
python_root = %(file_root)s
server_dir = plinth/
actions_dir = %(file_root)s/actions
doc_dir = %(file_root)s/doc
# file locations
store_file = %(data_dir)s/store.sqlite3
user_db = %(data_dir)s/users.sqlite3
status_log_file = %(log_dir)s/status.log
access_log_file = %(log_dir)s/access.log
pidfile = %(pid_dir)s/pidfile.pid
pidfile = %(pid_dir)s/plinth.pid
[Network]
host = 127.0.0.1