From 315adf0653b6f45dab01b7c33f1d57ec77e052f7 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:15:21 +0100 Subject: [PATCH] updated example config --- README.md | 5 +++++ src/{config.js.example => example.config.js} | 0 2 files changed, 5 insertions(+) rename src/{config.js.example => example.config.js} (100%) diff --git a/README.md b/README.md index defb914..d9bb125 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,11 @@ Clone the repository to your local: git clone https://www.github.com/forensic-architecture/datasheet-server ``` +Copy [src/example.config.js](src/example.config.js) into `src/config.js` and modify +``` +cp src/example.config.js src/config.js +``` + Follow the steps in the [configuration](#configuration) section of this document. diff --git a/src/config.js.example b/src/example.config.js similarity index 100% rename from src/config.js.example rename to src/example.config.js