-
Notifications
You must be signed in to change notification settings - Fork 333
/
Copy pathapp.json
1 lines (1 loc) · 1.31 KB
/
app.json
1
{ "name": "تليثون القرآن", "description": "اهلا هذا النسخة الاولى من نسخة تليثون القرآن فقط انت تستطيع تحكم في الأوامر t.me/TelethonQuran .", "keywords": ["Telegram"], "repository": "https://github.com/help-iq2/M1", "env": { "SESSION": { "description": "ضع هنا كود السيشن بايرو", "required": true }, "API_ID": { "description": "ضع هنا كود الايبي ايدي", "required": true }, "HNDLR": { "description": "ضع هنا رمز الامر الذي تريده كمثال ( . - ! - / - $ ) ", "required": false, "value": "$" }, "API_HASH": { "description": "ضع هنا كود الايبي هاش", "required": true }, "SUDO_USERS": { "description": "ضع هنا ايدي حسابك", "required": true } }, "addons": [], "buildpacks": [ { "url": "heroku/python" }, { "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" } ], "formation": { "worker": { "quantity": 1, "size": "free" } }, "stack": "container"}