mirror of
https://github.com/88lex/safire.git
synced 2025-02-22 21:05:25 +08:00
fix defaults
This commit is contained in:
parent
5c5d08c7a5
commit
6e0d394531
1 changed files with 3 additions and 3 deletions
|
@ -209,11 +209,11 @@
|
|||
"\n",
|
||||
"#@markdown These are subfolders of 'safire_dir' above. \n",
|
||||
"#@markdown Creds and tokens are stored in the same folder\n",
|
||||
"cred_folder = \"/creds/bak\" #@param {type:\"string\"}\n",
|
||||
"cred_folder = \"/creds\" #@param {type:\"string\"}\n",
|
||||
"cred_path = safire_dir + cred_folder\n",
|
||||
"cred_file = \"/p8_creds.json\" #@param {type:\"string\"}\n",
|
||||
"cred_file = \"/creds.json\" #@param {type:\"string\"}\n",
|
||||
"credentials = cred_path + cred_file\n",
|
||||
"token_file = \"/p8_token.pickle\" #@param {type:\"string\"}\n",
|
||||
"token_file = \"/token.pickle\" #@param {type:\"string\"}\n",
|
||||
"token = f\"{cred_path}/token.pickle\"\n",
|
||||
"sa_folder = \"/svcaccts\" #@param {type:\"string\"}\n",
|
||||
"sa_path = safire_dir + sa_folder\n",
|
||||
|
|
Loading…
Reference in a new issue