Guillermo Espinoza 8 лет назад
Родитель
Сommit
fe3e314d0f

+ 2 - 0
.gitignore

@@ -14,3 +14,5 @@
 !var/SymfonyRequirements.php
 /vendor/
 /web/bundles/
+/app/config/bundles/ik/webservice-bundle/parameters.yml
+/app/config/bundles/hwi/oauth-bundle/parameters.yml

+ 0 - 7
app/config/bundles/hwi/oauth-bundle/parameters.yml

@@ -1,7 +0,0 @@
-# This file is auto-generated during the composer install
-parameters:
-    client_id: 1_4201udjx8vsw0go8g84wsksg4o8ogoow0sosc8k44c8cscwssw
-    client_secret: 42ymihqa8js408ggk4c0cccswcw8okcogww80co8cogsgc4woo
-    access_token_url: 'http://200.50.168.111/base/app_dev.php/oauth/v2/token'
-    authorization_url: 'http://200.50.168.111/base/app_dev.php/oauth/v2/auth'
-    infos_url: 'http://200.50.168.111/base/app_dev.php/api/user/me'

+ 0 - 7
app/config/bundles/ik/webservice-bundle/parameters.yml

@@ -1,7 +0,0 @@
-# This file is auto-generated during the composer install
-parameters:
-    url_base: 'http://200.50.168.111/base/app_dev.php'
-    client: '%url_base%/api/clients.json'
-    sidebar_menu:
-        Base: '%url_base%'
-    remote_client_create_url: '%url_base%/admin/client/client/create'