manifest for 1.0 and dev-master

This commit is contained in:
Marcel Kallen
2021-09-14 20:49:41 +02:00
parent 697a5e989d
commit 1eb4a356ae
4 changed files with 14 additions and 2 deletions
@@ -0,0 +1,4 @@
saas_provider:
client_entity: App\Entity\Client
global_url: app.yourdomain.tld
apikey: "Your unused apikey"
@@ -1,8 +1,8 @@
{
{
"bundles": {
"Fluxter\\SaasProviderBundle\\SaasProviderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
}
@@ -0,0 +1,8 @@
{
"bundles": {
"Fluxter\\SaasProviderBundle\\SaasProviderBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}