1
0
Fork 0
mirror of synced 2024-06-30 04:00:34 +12:00

Add Migrations and Assistant env vars

This commit is contained in:
Bradley Schofield 2023-08-23 14:00:21 +01:00
parent 8802e318d5
commit bdd84735dd
No known key found for this signature in database
GPG key ID: CDDF1217D7D66C9D

View file

@ -1021,4 +1021,31 @@ return [
],
],
],
[
'category' => 'Migrations',
'description' => '',
'variables' => [
[
'name' => '_APP_MIGRATIONS_FIREBASE_CLIENT_ID',
'description' => 'Google OAuth client ID. You can find it in your GCP application settings.',
'introduction' => '1.4.0',
],
[
'name' => '_APP_MIGRATIONS_FIREBASE_CLIENT_SECRET',
'description' => 'Google OAuth client secret. You can generate secrets in your GCP application settings.',
'introduction' => '1.4.0',
]
]
],
[
'category' => 'Assistant',
'description' => '',
'variables' => [
[
'name' => '_APP_ASSISTANT_OPENAI_API_KEY',
'description' => 'OpenAI API key. You can find it in your OpenAI application settings.',
'introduction' => '1.4.0',
]
]
]
];