feat: enhance logging by masking Apps Script deployment IDs for security

This commit is contained in:
Abolfazl
2026-05-05 08:04:11 +03:30
parent 01e28f50bb
commit 0169c81b73
3 changed files with 28 additions and 4 deletions
+5
View File
@@ -1,6 +1,11 @@
{
"google_ip": "216.239.38.120",
"front_domain": "www.google.com",
"front_domains": [
"www.google.com",
"mail.google.com",
"accounts.google.com"
],
"script_id": "YOUR_APPS_SCRIPT_DEPLOYMENT_ID",
"auth_key": "CHANGE_ME_TO_A_STRONG_SECRET",
"listen_host": "127.0.0.1",