diff options
| author | 2026-05-03 00:23:12 +0700 | |
|---|---|---|
| committer | 2026-05-03 00:23:12 +0700 | |
| commit | 82353c59737d173776822d8e4255802bf7ac5685 (patch) | |
| tree | c5b763d5db76920845e89b6c6e5eb8de5554136e /config | |
| parent | d8de4ede8c6a0cc02b9c8c30d68155b1f838254c (diff) | |
| parent | 3483fdac0c40df7e390a941431b9e99f5a6de687 (diff) | |
| download | web-0.14.1.tar.gz web-0.14.1.zip | |
v0.14.1 (#28)v0.14.1
* [feat: add yandex verification
code](https://github.com/SayaAndy/saya-today-web/commit/3483fdac0c40df7e390a941431b9e99f5a6de687)
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.go | 1 | ||||
| -rw-r--r-- | config/config.prod.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 784ac38..0b1570a 100644 --- a/config/config.go +++ b/config/config.go @@ -238,6 +238,7 @@ type TriggerConfig struct { type MetaConfig struct { GoogleSiteVerification string `json:"GoogleSiteVerification" yaml:"googleSiteVerification"` + YandexVerification string `json:"YandexVerification" yaml:"yandexVerification"` } type PhotoStorageConfig struct { diff --git a/config/config.prod.yaml b/config/config.prod.yaml index 779550a..e5785f8 100644 --- a/config/config.prod.yaml +++ b/config/config.prod.yaml @@ -56,6 +56,7 @@ mail: canonicalEndpoint: "https://${FQDN}" meta: googleSiteVerification: "${GOOGLE_SITE_VERIFICATION}" + yandexVerification: "${YANDEX_VERIFICATION}" photoStorage: full: baseUrl: https://storage.yandexcloud.kz/sayauz-photos/%s |