Changeset 95 for gssim_ui/branches/vine/gssimstudio/src/web
- Timestamp:
- 01/20/12 01:30:06 (13 years ago)
- 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 110 110 * The location of database source 111 111 */ 112 private String dbAddress = " seagrass.man.poznan.pl:3306/gssim_results";112 private String dbAddress = "localhost:3306/gssim_results"; 113 113 /** 114 114 * Username to access database … … 118 118 * Password to database [is it safe?] 119 119 */ 120 private String dbPassword = " Ua7Ahs9r";120 private String dbPassword = "gssimstudiodb"; 121 121 122 122 private Boolean developement = true;
Note: See TracChangeset
for help on using the changeset viewer.