mirror of
https://github.com/lyx0/nourybot-matrix.git
synced 2024-11-13 19:49:54 +01:00
add openweathermap and lastfm examples to .env.example
This commit is contained in:
parent
1d23f3945d
commit
4f64910e5d
1 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,10 @@ MATRIX_HOMESERVER=matrix.cooldomain.com
|
|||
MATRIX_USERNAME=nourybot
|
||||
MATRIX_PASSWORD=MyCoolPassword_42069xD
|
||||
SQLITE_DATABASE=mautrix-example.db
|
||||
|
||||
OWM_KEY=MyCoolOpenWeatherMapApiKey
|
||||
|
||||
LAST_FM_APPLICATION_NAME=nourybot
|
||||
LAST_FM_API_KEY=MyCoolLastFmApiKey
|
||||
LAST_FM_SECRET=MyCoolLastFmSecretKey
|
||||
|
||||
|
|
Loading…
Reference in a new issue