From bab983860255bcfd3c103c0d078add1cb61bd253 Mon Sep 17 00:00:00 2001 From: Artlfmj <73163159+Artlfmj@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:05:28 +0200 Subject: [PATCH] config(gitignore) --- .gitignore | 2 ++ config.example.json | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 config.example.json diff --git a/.gitignore b/.gitignore index 20b0c92..57d4180 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,5 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +config.json \ No newline at end of file diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..4a67cec --- /dev/null +++ b/config.example.json @@ -0,0 +1,5 @@ +{ + "mongodb_uri": "YOUR_MONGODB_URI_HERE", + "secret_key": "YOUR_SECRET_KEY_HERE" + } + \ No newline at end of file