Commit 63f6096c by Vladislav

#19460 Разворачивание инфраструктуры

1 parent 514b5381
Showing with 5 additions and 2 deletions
......@@ -39,3 +39,6 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
YANDEX_ID=
YANDEX_PASSWORD=
......@@ -2,7 +2,7 @@
//https://oauth.yandex.ru/client/41fef5d911a54f63b685c8155d189b61
return [
'yandex' => [
'id' => 'dc562de5b1fb47e2ba30b88745e90f4a',
'password' => '6583c9e98dca4e0abf7024578584deeb'
'id' => env('YANDEX_ID', 'dc562de5b1fb47e2ba30b88745e90f4a'),
'password' => env('YANDEX_PASSWORD', '6583c9e98dca4e0abf7024578584deeb')
]
];
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!