]> git.sesse.net Git - skvidarsync/blobdiff - include/config.pm
Add a WebSocket daemon, hopefully with lower latency than HTTP events.
[skvidarsync] / include / config.pm
index 5c7d1f4cb39f3c720fb0016500c0e769a8508682..2d95d41c0722e02abc644fa56c0e7ccdbb12f50c 100644 (file)
@@ -2,7 +2,8 @@ package config;
 
 our $client_secret;
 our $signing_secret;
-our $oauth_token;
+our $slack_oauth_token;  # xoxb-*
+our $slack_app_token;  # xapp-*
 our $jwt_key = {
         "type" => "service_account",
         "project_id" => "solskogen-cubemap",
@@ -21,7 +22,6 @@ our $gsheets_api_key;
 our $dbname = 'skvidarlang';
 our $dbuser = 'skvidarlang';
 our $dbpass;
-our $oauth_token;
 our $invitation_channel = 'C062GSYQ3C6';
 
 # Read in a local configuration file if it exists.