Changeset 208 for gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java
- Timestamp:
- 03/28/12 16:16:47 (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/ResourceChart.java
r78 r208 99 99 * The location of database source 100 100 */ 101 private String dbAddress = " seagrass.man.poznan.pl:3306/gssim_results";101 private String dbAddress = "localhost:3306/gssim_results"; 102 102 /** 103 103 * Username to access database … … 107 107 * Password to database [is it safe?] 108 108 */ 109 private String dbPassword = " Ua7Ahs9r";109 private String dbPassword = "gssimstudiodb"; 110 110 111 111 private Boolean developement = true;
Note: See TracChangeset
for help on using the changeset viewer.