Merge pull request 'Update time' (#8) from omega-basms into master

Reviewed-on: #8
This commit is contained in:
elisha 2026-06-02 12:09:33 +00:00
commit a4e587738b
3 changed files with 5 additions and 1 deletions

View File

@ -48,6 +48,8 @@ spec:
value: {{ .Values.backend.env.telegramBotToken | quote }}
- name: TELEGRAM_CHAT_ID
value: {{ .Values.backend.env.telegramChatId | quote }}
- name: APPS_SCRIPT_URL
value: {{ .Values.backend.env.appsScriptUrl | quote }}
- name: BATCH_INTERVAL_MS
value: {{ .Values.backend.env.batchIntervalMs | quote }}
- name: BATCH_MAX_CHARS

View File

@ -36,6 +36,7 @@ backend:
ownLastName: ""
keepAliveUrl: ""
keepAliveIntervalMs: "300000"
appsScriptUrl: ""
persistence:
enabled: true

View File

@ -30,13 +30,14 @@ backend:
smsRecipient: "+972509215656"
telegramBotToken: "8143716130:AAFw5ZPLG9SHp45m8bfICcA9A00sa-n3utQ"
telegramChatId: "283184115"
batchIntervalMs: "300000"
batchIntervalMs: "900000"
batchMaxChars: "700"
includeOwnMessages: "true"
ownName: "אלישע"
ownLastName: "דוידי"
keepAliveUrl: ""
keepAliveIntervalMs: "300000"
appsScriptUrl: https://script.google.com/macros/s/AKfycbznoWH7h0yAh7oPqyQNZXUzq-CiqRqyf5cQ0f-SWNNz863SrSQ9MPdA-nVhXVqyMv5aAw/exec
persistence:
enabled: true