diff options
author | hanemile <mail@emile.space> | 2020-07-10 16:23:40 +0200 |
---|---|---|
committer | hanemile <mail@emile.space> | 2020-07-10 16:23:40 +0200 |
commit | a75cfd2b84d6f57d56a7a760f179ed13fee0ac60 (patch) | |
tree | c0c1eeb2cf95c9ccf2255dfd5669226f888b9bba |
defined an anonymized config file
-rw-r--r-- | config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..4795afb --- /dev/null +++ b/config.yml @@ -0,0 +1,13 @@ +username: "YOUR BOTS USERNAME" +password: "YOUR BOTS PASSWORD" +homeserver: "https://matrix.some.homeserver" + +openweathermap: + + # TODO: allow users to supply an own api key instead of using my quota + apikey: "YOURAPIKEY" + + # TODO: add an option for allowing users to inform the bot about their + # location so this doesn't have to be hardcoded + lat: "YOUR LAT" + lon: "YOUR LONG" |