From 67b54449a1bbde257e9454419e7bb70ebc515c0f Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 14 Nov 2024 21:43:54 +0000 Subject: implement artwork upload --- critch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'critch.toml') 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" -- cgit