-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathapp.json
1 lines (1 loc) · 1.36 KB
/
app.json
1
{ "name": "ميـوزك جيبثون", "description": "اهلا بك في تنصيب ميوزك جيبثون مجانا @Jepthon.", "logo": "https://telegra.ph/file/97f3dba1a073eafe1d320.jpg", "keywords": [ "Telegram", "MusicPlayer", "VideoPlayer" ], "repository": "https://github.com/USERBOTJEPTHON/Musicjepthon", "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"}