mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Set API Key into an environment variable
This commit is contained in:
committed by
Redjan Ymeraj
parent
f4e4d72083
commit
6c2fedbe76
@@ -1,2 +1,2 @@
|
||||
redjan_ym_fcm:
|
||||
firebase_api_key: "12345"
|
||||
firebase_api_key: '%env(resolve:FCM_SERVER_KEY)%'
|
||||
|
||||
@@ -4,5 +4,8 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"FCM_SERVER_KEY": "YOUR_FIREBASE_CLOUD_MESSAGING_SERVER_KEY"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user