Mythus/Staging
0
1{2 "name": "TeleDrive",3 "description": "Free cloud storage via telegram",4 "keywords": [5 "cloud",6 "drive",7 "telegram",8 "free",9 "storage",10 "unlimited"11 ],12 "website": "https://teledriveapp.com",13 "repository": "https://github.com/mgilangjanuar/teledrive",14 15 "addons": [16 "heroku-postgresql"17 ],18 "env": {19 "ENV": {20 "description": "Hide the logs for production, default: develop. Read more at: https://teledriveapp.com/docs/Deployment/heroku",21 "required": false22 },23 "REACT_APP_API_URL": {24 "description": "Base URL for the API, default: '' (empty string).",25 "required": false26 },27 "REACT_APP_TG_API_HASH": {28 "description": "Application hash from Telegram App (for experimental features).",29 "required": true30 },31 "REACT_APP_TG_API_ID": {32 "description": "Application ID from your Telegram App (for experimental features).",33 "required": true34 },35 "TG_API_HASH": {36 "description": "Application hash from Telegram App.",37 "required": true38 },39 "TG_API_ID": {40 "description": "Application ID from your Telegram App.",41 "required": true42 },43 "ADMIN_USERNAME": {44 "description": "Username Telegram for admin account.",45 "required": true46 },47 "USE_PSQL_HEROKU": {48 "description": "If we are using Heroku PSQL",49 "required": true,50 "value": "1"51 }52 }53}