diff options
Diffstat (limited to 'critch.toml')
-rw-r--r-- | critch.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/critch.toml b/critch.toml index 6b578b9..b8789d6 100644 --- a/critch.toml +++ b/critch.toml @@ -1,4 +1,4 @@ admin_password = "clowning" # site_password = "password" -files_dir = "./files" +files_dir = "/home/cel/src/critch/files" database_connection = "postgres://critch:critch@localhost/critch" |