Explorar el Código

Ajout de config.py pour la configuration du service

master
TheBidouilleur hace 2 meses
padre
commit
2308268c92
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. +14
    -0
      config.py

+ 14
- 0
config.py Ver fichero

@@ -0,0 +1,14 @@


Gotify = {'URL' : 'https://YOUR_GOTIFY_LINK/message',
'token_gotify' : 'GOTIFY TOKEN'}

Weather = {'API_key' : 'YOUR_OPENWEATHER KEY HERE',
'lat' : '43.296482',
'lon' : '5.369780'}


Translation = {'Clouds' : 'Nuageux',
'Rain' : 'Pluvieux',
'Sunny' : 'Ensoleilé',
'Clear' : 'Ciel bleu'}

Cargando…
Cancelar
Guardar