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..f8168f6f --- /dev/null +++ b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml @@ -0,0 +1,5 @@ +knojector_steam_auth: + api_key: ~ + login_route: ~ + login_redirect: ~ + user_class: ~ \ No newline at end of file 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..a7abdd10 --- /dev/null +++ b/knojector/steam-authentication-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file