7 lines
267 B
Bash
7 lines
267 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
|
|
NOTIFICATION_DB_PATH=/data/notifications.db |