Changeset 95


Ignore:
Timestamp:
01/20/12 01:30:06 (13 years ago)
Author:
mcichenski
Message:

db update

File:
1 edited

Legend:

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

    r81 r95  
    110110         * The location of database source 
    111111         */ 
    112         private String dbAddress = "seagrass.man.poznan.pl:3306/gssim_results"; 
     112        private String dbAddress = "localhost:3306/gssim_results"; 
    113113        /** 
    114114         * Username to access database 
     
    118118         * Password to database [is it safe?] 
    119119         */ 
    120         private String dbPassword = "Ua7Ahs9r"; 
     120        private String dbPassword = "gssimstudiodb"; 
    121121         
    122122        private Boolean developement = true; 
Note: See TracChangeset for help on using the changeset viewer.