8 lines
294 B
Bash
8 lines
294 B
Bash
APP_PASSWORD=your-password
|
|
APP_SECRET=your-generated-secret
|
|
APP_CONSUMER_KEY=app-consumer-key
|
|
APP_CONSUMER_KEY_SECRET=app-consumer-key-secret
|
|
APP_ACCESS_TOKEN=app-access-token
|
|
APP_ACCESS_TOKEN_SECRET=app-access-token-secret
|
|
APP_USER_ID=your-x-user-id
|
|
NOTIFICATION_DB_PATH=/data/notifications.db |