Added examples of config files

This commit is contained in:
Vivek Teega 2023-06-02 03:06:01 +05:30
parent 50db274ec1
commit 1f61144f28
3 changed files with 13 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
node_modules/
config/
config/access_token.json
config/sheet_data.json
access_token.json
sheet_data.json

View File

@ -0,0 +1,3 @@
{
"note":"download this from the Google Cloud console of your service account"
}

View 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"
}