Merge pull request #313

This commit is contained in:
symfony-flex-server[bot]
2018-03-18 15:09:51 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,6 @@
# https://github.com/knojector/SteamAuthenticationBundle for configuration documentation
knojector_steam_authentication:
api_key: "%env(STEAM_API_KEY)%"
login_route: ''
login_redirect: ''
user_class: ''
@@ -0,0 +1,11 @@
{
"bundles": {
"Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STEAM_API_KEY": ""
}
}