From 62761350ccc69e1f277083ec99407a6fa8bc3861 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 25 Sep 2025 17:58:47 +0800 Subject: [PATCH] Change name to vireo in the config --- .gitignore | 1 + config.in | 4 ++-- diff --git a/.gitignore b/.gitignore index bff3b9ac3f859359fdad17bcc82a0c3e5abcdab8..b83d3eea1ec24eaaf7c01a0c60b2fcbf200a58da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vireo +/vireo.db diff --git a/config.in b/config.in index 4a230b50954c003ac53269cdfbb5fccf0689cb01..98c0f9d9349824ba893d71a19ff17941f381cb03 100644 --- a/config.in +++ b/config.in @@ -1,3 +1,3 @@ listen localhost:8080 -database /var/lib/sinwon/main.db -server-name sinwon +database vireo.db +server-name vireo -- 2.48.1