From 6c2be3070eea8a748529dc716ee79077e058dc54 Mon Sep 17 00:00:00 2001 From: Masahide Nishihama Date: Tue, 28 Apr 2020 10:30:52 +0900 Subject: [PATCH] add description 'MASHAPE_API_KEY' --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 19f85ca..0d93c15 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,14 @@ digimarks will then redirect to the bookmarks overview page of the new user. Ple If you for whatever reason would lose this user key, just either look on the console (or webserver logs) where the list of available user keys is printed on digimarks startup, or open bookmarks.db with a SQLite editor. +MASHAPE_API_KEY +--------------- + +and MASHAPE_API_KET value add in setting.py. + +MASHAPE_API_KEY = 'new-api-key' + + Server configuration ~~~~~~~~~~~~~~~~~~~~