Merge pull request #346

This commit is contained in:
symfony-flex-server[bot]
2018-04-13 17:46:16 +00:00
committed by GitHub
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"SebTM\\INWX\\InwxApiBundle": ["all"]
},
"env": {
"INWX_API_ENVIRONMENT": "test",
"INWX_API_USERNAME": "dummy",
"INWX_API_PASSWORD": "dummy",
"INWX_API_LANGUAGE": "en",
"INWX_API_DEBUG": "false"
}
}