From 1c88b1f1380390568edb445d0b3a81cd0ed4fc79 Mon Sep 17 00:00:00 2001 From: Jocadbz Date: Fri, 20 Feb 2026 14:47:24 -0300 Subject: [PATCH] update sample json --- config/config.json.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.json.sample b/config/config.json.sample index ba2aa31..5a6e61b 100644 --- a/config/config.json.sample +++ b/config/config.json.sample @@ -1,11 +1,11 @@ { "domain_name": "localhost", "threadr_dir": "/threadr", - "db_username": "threadr_user", - "db_password": "threadr_password", - "db_database": "threadr_db", + "db_username": "threadr", + "db_password": "change-me", + "db_database": "threadr", "db_svr_host": "localhost:3306", "file_storage_dir": "files", - "session_secret": "change-me-to-32-byte-random", + "session_secret": "change-me-to-32-byte-random-string", "session_secure": false }