diff options
| author | 2025-08-16 22:56:19 +0700 | |
|---|---|---|
| committer | 2025-08-16 22:56:19 +0700 | |
| commit | c1fefa3e249e97e51f155cfb7276730c99b1cf44 (patch) | |
| tree | 71dca2331c2cac8341f94b857863045f630a6635 /config/config.yaml | |
| parent | b1a1651ad7e7faf7a87aca8fea1cdad156f3606e (diff) | |
| download | web-c1fefa3e249e97e51f155cfb7276730c99b1cf44.tar.gz web-c1fefa3e249e97e51f155cfb7276730c99b1cf44.zip | |
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 |