diff --git a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml new file mode 100644 index 00000000..6d3cbe41 --- /dev/null +++ b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml @@ -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: '' diff --git a/knojector/steam-authentication-bundle/1.0/manifest.json b/knojector/steam-authentication-bundle/1.0/manifest.json new file mode 100644 index 00000000..4e295bb1 --- /dev/null +++ b/knojector/steam-authentication-bundle/1.0/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "STEAM_API_KEY": "" + } +}