Skip to content

Commit 3ea9025

Browse files
author
Charlie
committed
add GOOGLE_SHEET_URL in a README.md
1 parent 0172127 commit 3ea9025

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ DATABASE_SETTINGS = { # Use these settings for a specific database (e.g., Postg
4141
}
4242

4343
BETA_USERS = ['your_telegram_username'] # List of Telegram usernames allowed to access beta features and commands
44+
45+
GOOGLE_SHEET_URL = '' # Place URL to Google Sheet for use in export command
4446
```
4547

4648
> Note: For setting up a specific database like PostgreSQL, refer to the [Database Setup Guide](docs/database_setup.md).

0 commit comments

Comments
 (0)