Update gen-config.sh

This commit is contained in:
암냥 2025-02-02 13:59:25 +09:00 committed by GitHub
commit f37507c82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ cat > config.json << EOF
{ {
"ROOT": "${BOT_ROOT}", "ROOT": "${BOT_ROOT}",
"INSTAGRAM_ID": "${BOT_INSTAGRAM_ID}", "INSTAGRAM_ID": "${BOT_INSTAGRAM_ID}",
"INSTAGRAM_PASSWORD": "${BOT_INSTAGRAM_PASSWORD}", "INSTAGRAM_PASSWORD": "${BOT_INSTAGRAM_PASSWD}",
"INSTAGRAM_TOTP": "${BOT_INSTAGRAM_TOTP}", "INSTAGRAM_TOTP": "${BOT_INSTAGRAM_TOTP}",
"KEY": "${BOT_KEY}", "KEY": "${BOT_KEY}",
"WEBHOOK_URL": "${BOT_WEBHOOK_URL}" "WEBHOOK_URL": "${BOT_WEBHOOK_URL}"