From 6f5ba6cb273713b8f302e54159f28d381c5dc5c5 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 4 Sep 2017 15:17:42 +0200 Subject: allow nodes from a global site setup to populate the lookup server automatically Signed-off-by: Bjoern Schiessle --- server/config/config.sample.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/config') 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' => '', -- cgit v1.2.3