@softvisio/core
Version:
Softisio core
39 lines (27 loc) • 668 B
YAML
dependencies:
- users
- acl
- notifications
- actionTokens
- crypto
optionalDependencies:
- cluster
templates:
telegram/sign-in-email/subject: !ejs <%- locale.l10n( msgid`Sign in to "${data.telegramBotName}" bot`) %>
telegram/sign-in-email/body: !ejs |-
<%- locale.l10n( msgid`Please, click following link to sign in to "${data.telegramBotName}" Telegram bot:
${data.url}
` ) %>
config:
runUpdater: true
runProcessor: true
filesUrl: /telegram/files/
avatarUrl: /telegram/avatar/
webAppDomain: ~
linkStartParameterName: link
signinStartParameterName: signin
app:
apiId: ~
apiHash: ~
clients: ~
bots: ~