diff options
| author | 2025-08-16 23:15:44 +0700 | |
|---|---|---|
| committer | 2025-08-16 23:15:44 +0700 | |
| commit | 8422d7b01b290dece0c8aaf0f5b68cc69fca774d (patch) | |
| tree | 93c723e50dadfe04a32bfc38ba9d4b916939dc04 /config/config.prod.yaml | |
| parent | b1a1651ad7e7faf7a87aca8fea1cdad156f3606e (diff) | |
| parent | 2da6a5f4a666da470d8c2170bb9246f0f5804da5 (diff) | |
| download | web-0.5.10.tar.gz web-0.5.10.zip | |
v0.5.10: environment splitv0.5.10
feat: split deploy into 2 environments
fix: rm server exec in repo
Diffstat (limited to 'config/config.prod.yaml')
| -rw-r--r-- | config/config.prod.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/config.prod.yaml b/config/config.prod.yaml new file mode 100644 index 0000000..2d050bf --- /dev/null +++ b/config/config.prod.yaml @@ -0,0 +1,20 @@ +logLevel: info +blogPages: + storage: + type: b2 + config: + bucketName: sayana-pages + region: eu-central-003 + prefix: 'prod-' + 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 |