From bd0fa7a049ef5a664479541f9a928ee6aa706215 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Sun, 27 Jan 2019 21:00:49 -0600 Subject: [PATCH] Add database settings to example config file --- config.yml.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yml.sample b/config.yml.sample index 12b07ad..38fa065 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -12,3 +12,6 @@ patreon_id: 'id' patreon_link: 'link' spotify_id: 'id' spotify_secret: 'secret' + +db_name: 'bonfire' +db_user: 'bonfire' \ No newline at end of file