Added examples of config files
This commit is contained in:
parent
50db274ec1
commit
1f61144f28
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
config/
|
||||
config/access_token.json
|
||||
config/sheet_data.json
|
||||
access_token.json
|
||||
sheet_data.json
|
||||
3
config/access_token_example.json
Normal file
3
config/access_token_example.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"note":"download this from the Google Cloud console of your service account"
|
||||
}
|
||||
8
config/sheet_data_example.json
Normal file
8
config/sheet_data_example.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"revenue_spreadsheetId": "asgaljknwrjkgnjawerHvri37_WJw-w9CMIKRmCVB8oHoibJrfH6ARbyU",
|
||||
"TR_Expenses_range": "Expenses!A1:A7",
|
||||
"TR_Consumption_range": "Revenue!B5:B22",
|
||||
"TR_Consumption_Valuation_Price_USD": 30,
|
||||
"booking_spreadsheetId": "wrgwkrngkjtOBsihp12mCea-X0RzhYAzXOFd8UqPU",
|
||||
"Booking_range": "TokenRoom!C6:C19"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user