Merge pull request #1278 from MKHSKY/master

Added default config for saas-provider-bundle
This commit is contained in:
Fabien Potencier
2022-12-17 17:48:27 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,3 @@
saas_provider:
client_entity: App\Entity\Client
global_url: app.yourdomain.tld
@@ -0,0 +1,8 @@
{
"bundles": {
"Fluxter\\SaasProviderBundle\\SaasProviderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}