mirror of
https://github.com/luxfi/pics.git
synced 2026-07-26 21:08:58 +00:00
fix-secrets.js-in-docker: fix whitespace
This commit is contained in:
@@ -34,11 +34,11 @@ module.exports = {
|
||||
secretKey: process.env.HCAPTCHA_SECRETKEY,
|
||||
},
|
||||
|
||||
//keys for yandex smartcaptcha
|
||||
yandex: {
|
||||
siteKey: 'process.env.YANDEX_CAPTCHA_SITEKEY',
|
||||
secretKey: process.env.YANDEX_CAPTCHA_SECRETKEY,
|
||||
},
|
||||
//keys for yandex smartcaptcha
|
||||
yandex: {
|
||||
siteKey: process.env.YANDEX_CAPTCHA_SITEKEY,
|
||||
secretKey: process.env.YANDEX_CAPTCHA_SECRETKEY,
|
||||
},
|
||||
|
||||
//enable debug logging
|
||||
debugLogs: true,
|
||||
|
||||
Reference in New Issue
Block a user