nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 7ecf4d12c40271db84f2f59e2d3556b1c576481d
parent 02e662926031a7c59a1807cc7bd000b6157c8c6e
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Tue, 12 Dec 2017 02:18:05 +0300

renamed secrets file template

Diffstat:
M.gitignore | 5+++--
Asrc/secrets.js.template | 8++++++++
2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,4 +3,5 @@ build .idea get_secrets.sh deploy_production.sh -deploy_staging.sh -\ No newline at end of file +deploy_staging.sh +secrets.js +\ No newline at end of file diff --git a/src/secrets.js.template b/src/secrets.js.template @@ -0,0 +1,7 @@ +export default { + bingKey: '0000000000000000000000000000000000000000000000000000000000000000', + thunderforestKey: '00000000000000000000000000000000', + sentryDSN: 'https://00000000000000000000000000000000@sentry.io/111111', + mapillary: '0000000000000000000000000000000000000000000000000000', + flickr: '00000000000000000000000000000000' +} +\ No newline at end of file