website/example.env.py
2023-09-02 14:25:00 +02:00

8 lines
224 B
Python

if __name__ == '__main__':
print("This is not a script!")
exit()
UPTIME_KUMA_ADMIN_USER='admin'
UPTIME_KUMA_ADMIN_PASSWORD='admin123'
UPTIME_KUMA_URL='https://status.example.com'
UPTIME_KUMA_OUT='/path/to/file.html'