]> git.sesse.net Git - skvidarsync/blobdiff - include/config.pm
Support non-fixed sheets and messages to sync.
[skvidarsync] / include / config.pm
index 4f901ec750e1f922537fab1bad4959f68c85b5ae..5c7d1f4cb39f3c720fb0016500c0e769a8508682 100644 (file)
@@ -16,9 +16,6 @@ our $jwt_key = {
         "client_x509_cert_url" => "https://www.googleapis.com/robot/v1/metadata/x509/ultimate-nm-2018%40solskogen-cubemap.iam.gserviceaccount.com"
 };
 our $sheet_id = '1-alcvuB3184rw3pWLcvYjc2d6CnVGpMuvZYMYxn7Cgw';
-#my $tab_id = '1739147411';
-our $tab_id = '0';
-our $tab_name = 'Neste';
 our $log_tab_id = '253633356';
 our $gsheets_api_key;
 our $dbname = 'skvidarlang';
@@ -26,7 +23,6 @@ our $dbuser = 'skvidarlang';
 our $dbpass;
 our $oauth_token;
 our $invitation_channel = 'C062GSYQ3C6';
-our $invitation_ts = '1698239546.063769';
 
 # Read in a local configuration file if it exists.
 eval {