security: gitignore credentials, add .example.json templates

This commit is contained in:
2026-03-05 23:30:36 +00:00
parent 52a56f59f6
commit 931112e7cf
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"_note": "Main settings for claw-apply. Fill in your values and run: node setup.mjs",
"mode": "A",
"review_window_minutes": 30,
"schedules": {
"search": "0 * * * *",
"apply": "0 */6 * * *"
},
"max_applications_per_run": 50,
"notifications": {
"telegram_user_id": "YOUR_TELEGRAM_USER_ID",
"bot_token": "YOUR_TELEGRAM_BOT_TOKEN"
},
"kernel": {
"proxy_id": "YOUR_KERNEL_PROXY_ID",
"profiles": {
"linkedin": "LinkedIn-YourName",
"wellfound": "WellFound-YourName"
}
},
"browser": {
"provider": "kernel",
"playwright_path": null
}
}