From 3c2a4fb2e6a88ef795ffda714c3e8b704b7d5fec Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 12 Jan 2022 04:08:35 -0500 Subject: [PATCH] Move config to templates & ignore test copy --- .gitignore | 1 + config.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6492081bee43f96163ccd30de84104062dadba3a..9dd1330a94a06e008a42eb7061f52d1e8f12bb34 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ badger_db/ +config.yaml diff --git a/config.yaml b/config.yaml index 3e9558930eb01d7e41689e68051e08fe1e97b102..cae819bc511505b6e04cb0af59f044c850b20cf3 100644 --- a/config.yaml +++ b/config.yaml @@ -1,3 +1,3 @@ -listen: "127.0.0.1:8275" -accessToken: "mRp3cf9Zxv445DFACsRnaZKW26oehZujBhNneTFLnjXHE7E6Ia" -databasePath: "badger_db" +listen: 127.0.0.1:8275 +accessToken: token +databasePath: badger_db