fix icons
[src/app-framework-demo.git] / afm-client / app / Frontend / etc / AppConfig.js
index 076cd91..6b02886 100644 (file)
@@ -13,7 +13,7 @@
                     
                     paths: { // Warning paths should end with /
                         image : 'images/',
-                        icons : 'images/icons/',
+                        icons : '/icons/',
                         avatar: 'images/avatars/',
                         audio : 'images/audio/',
                         appli : 'images/appli/'
@@ -31,7 +31,7 @@
                        ping    : '/api/token/check',
                        initial : urlquery.token || '123456789',  // typical dev initial token
                        timeout : 3600,         // timeout is updated client sessin context creation
-                       pingrate: 60,           // Ping rate to check if server is still alive
+                       pingrate: 15,           // Ping rate to check if server is still alive
                        uuid    : '',           // uuid map with cookie or long term session access key
                        token   : ''            // will be returned from authentication    
                     }
@@ -53,4 +53,4 @@
             });
     
  
-})();
\ No newline at end of file
+})();