소스 검색

Update .gitignore

Guillermo Espinoza 8 년 전
부모
커밋
fe3e314d0f
3개의 변경된 파일2개의 추가작업 그리고 14개의 파일을 삭제
  1. 2 0
      .gitignore
  2. 0 7
      app/config/bundles/hwi/oauth-bundle/parameters.yml
  3. 0 7
      app/config/bundles/ik/webservice-bundle/parameters.yml

+ 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'