From 294b7d0828bf36dfe31b7b534c272656865d919b Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 23 Feb 2025 15:40:36 +0100 Subject: [PATCH] add example config.ini --- config.ini.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.ini.example diff --git a/config.ini.example b/config.ini.example new file mode 100644 index 0000000..4440aae --- /dev/null +++ b/config.ini.example @@ -0,0 +1,15 @@ +[AUTH] +REGISTER_AUTH=dein_register_auth_token +MANAGE_AUTH=dein_manage_auth_token + +[DATABASE] +SQLALCHEMY_DATABASE_URI=sqlite:///device_tokens.db + +[APNS] +auth_key_path=./APNSAuthKey.p8 +auth_key_id=dein_auth_key_id +team_id=dein_team_id +topic=dein_topic + +[API] +resultsapi=https://sat-api.tservic.es/api/v1/results