From 8f38225ef2c38144d15b7f08a8af59b4d8d40de8 Mon Sep 17 00:00:00 2001 From: qwertyforce <44163887+qwertyforce@users.noreply.github.com> Date: Wed, 23 Sep 2020 11:34:57 +0300 Subject: [PATCH] config session_secret, root_path --- config/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index d3be729..8007eb1 100644 --- a/config/config.js +++ b/config/config.js @@ -1,3 +1,4 @@ +import path from "path" export default { recaptcha_site_key: "6LcqV9QUAAAAAEybBVr0FWnUnFQmOVxGoQ_Muhtb", recaptcha_secret_key: "6LcqV9QUAAAAAOA18kbCEWRBhF4g4LjSTaFRVe9P", @@ -12,5 +13,6 @@ export default { gmail_password:"sbuLBh9rAV8XD2", mongodb_url:"mongodb://localhost/", server_port:"80", - session_secret:"ghuieorifigyfuu9u3i45jtr73490548t7ht" + session_secret:"ghuieorifigyfuu9u3i45jtr73490548t7ht", + root_path: path.join("D:","scenery") } \ No newline at end of file