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.yaml | |
| parent | b1a1651ad7e7faf7a87aca8fea1cdad156f3606e (diff) | |
| parent | 2da6a5f4a666da470d8c2170bb9246f0f5804da5 (diff) | |
| download | web-8422d7b01b290dece0c8aaf0f5b68cc69fca774d.tar.gz web-8422d7b01b290dece0c8aaf0f5b68cc69fca774d.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.yaml')
| -rw-r--r-- | config/config.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/config/config.yaml b/config/config.yaml deleted file mode 100644 index dac7b9a..0000000 --- a/config/config.yaml +++ /dev/null @@ -1,20 +0,0 @@ -logLevel: debug -blogPages: - storage: - type: b2 - config: - bucketName: sayana-pages - region: eu-central-003 - prefix: '' - 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 |