Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-09-04 16:17:42 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-09-04 16:17:42 +0300
commit6f5ba6cb273713b8f302e54159f28d381c5dc5c5 (patch)
treee90ccb866ad7a181f51d5caa0283576c0eb60877 /server/config
parent1fa5777efe124da2da0cb0ba03ee512b46ce3e41 (diff)
allow nodes from a global site setup to populate the lookup server automatically
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'server/config')
-rwxr-xr-xserver/config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/config/config.sample.php b/server/config/config.sample.php
index 5154854..97cdaf9 100755
--- a/server/config/config.sample.php
+++ b/server/config/config.sample.php
@@ -56,6 +56,9 @@ $CONFIG = [
// does the lookup server run in a global scale setup
'GLOBAL_SCALE' => false,
+ // auth token
+ 'AUTH_KEY' => 'secure key, same as the jwt key used on the global site selector and all clients',
+
// twitter oauth credentials, needed to perform twitter verification
'TWITTER' => [
'CONSUMER_KEY' => '',