First commit! (TESTING)

This commit is contained in:
Amin.MasterkinG
2026-04-20 18:44:53 +03:30
commit df3c2c5c16
10 changed files with 2768 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"_comment": "Copy this file to config.json and fill in your values",
"mode": "apps_script",
"google_ip": "216.239.38.120",
"front_domain": "www.google.com",
"script_id": "YOUR_APPS_SCRIPT_DEPLOYMENT_ID",
"auth_key": "CHANGE_ME_TO_A_STRONG_SECRET",
"listen_host": "127.0.0.1",
"listen_port": 8085,
"log_level": "INFO",
"verify_ssl": true
}