Ignore:
Timestamp:
03/28/12 16:16:47 (13 years ago)
Author:
mcichenski
Message:

updated db access information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/ResourceChart.java

    r78 r208  
    9999         * The location of database source 
    100100         */ 
    101         private String dbAddress = "seagrass.man.poznan.pl:3306/gssim_results"; 
     101        private String dbAddress = "localhost:3306/gssim_results"; 
    102102        /** 
    103103         * Username to access database 
     
    107107         * Password to database [is it safe?] 
    108108         */ 
    109         private String dbPassword = "Ua7Ahs9r"; 
     109        private String dbPassword = "gssimstudiodb"; 
    110110         
    111111        private Boolean developement = true; 
Note: See TracChangeset for help on using the changeset viewer.