summaryrefslogtreecommitdiff
path: root/config/config.local.yaml
blob: 0b48e475a83ac0a1a4ac4ddf9b23f4c134a498d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
logLevel: debug
blogPages:
  storage:
    type: b2
    config:
      bucketName: sayana-pages
      region: eu-central-003
      prefix: 'stage-'
      keyID: '${B2_KEY_ID}'
      applicationKey: '${B2_APPLICATION_KEY}'
localePath: ./locale/
availableLanguages:
  - name: ru
    alt: Русский
    flag: https://f003.backblazeb2.com/file/sayana-static/flags/ru.svg
    locFile: localization.ru.yaml
  - name: en
    alt: English
    flag: https://f003.backblazeb2.com/file/sayana-static/flags/gb.svg
    locFile: localization.en.yaml
auth:
  db:
    type: sqlite3
    config:
      dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc'
  salt: '123'