Guillermo Espinoza пре 8 година
родитељ
комит
0d5683fa96

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 /app/config/parameters.yml
+/app/config/url_webservice.yml
 /app/config/hwioauthbundle/parameters.yml
 /build/
 /phpunit.xml

+ 0 - 5
app/config/config.yml

@@ -78,11 +78,6 @@ swiftmailer:
     password:  "%mailer_password%"
     spool:     { type: memory }
 
-sonata_admin:
-    templates:
-        layout: BaseAdminBundle::standard_layout.html.twig
-        user_block: BaseAdminBundle:Core:user_block.html.twig
-        
 sonata_block:
     default_contexts: [sonata_page_bundle]
     blocks:

+ 3 - 3
app/config/hwioauthbundle/parameters.yml.dist

@@ -1,6 +1,6 @@
 parameters:
     client_id:           "5_4pweqwos4jy8wokw0cssks04gg4k04o0ccgcskc0ow0skg88s0"
     client_secret:       "26gqveoflockc88w88gsc0o0kow404wo8ww8s4gkk08c0c44g0"
-    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"
+    access_token_url:    "http://127.0.0.1/base/app_dev.php/oauth/v2/token"
+    authorization_url:   "http://127.0.0.1/base/app_dev.php/oauth/v2/auth"
+    infos_url:           "http://127.0.0.1/base/app_dev.php/api/user/me"

+ 0 - 2
app/config/url_webservice.yml

@@ -1,2 +0,0 @@
-parameters:
-    client: 'http://200.50.175.17/base/app_dev.php/api/clients.json'

+ 2 - 0
app/config/url_webservice.yml.dist

@@ -0,0 +1,2 @@
+parameters:
+    client: 'http://127.0.0.1/base/api/clients.json'

+ 3 - 0
composer.json

@@ -96,6 +96,9 @@
             {
                 "file": "app/config/parameters.yml"
             },
+            {
+                "file": "app/config/url_webservice.yml"
+            },
             {
                 "file": "app/config/hwioauthbundle/parameters.yml"
             }

+ 0 - 0
var/cache/.gitkeep


+ 0 - 0
var/logs/.gitkeep