Merge pull request #836

This commit is contained in:
symfony-flex-server[bot]
2020-03-11 22:01:12 +00:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
soljian_steam_authentication:
api_key: "%env(STEAM_API_KEY)%"
login_route: ''
login_redirect: ''
user_class: ''
@@ -0,0 +1,11 @@
{
"bundles": {
"Soljian\\SteamAuthenticationBundle\\SoljianSteamAuthenticationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STEAM_API_KEY": ""
}
}