Changeset cab1b7d for src/main/java/com/example
- Timestamp:
- 02/04/24 16:20:10 (9 months ago)
- Branches:
- master
- Children:
- ee27685
- Parents:
- d4d8fb9
- Location:
- src/main/java/com/example/cookbook
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/cookbook/dbConfig/DB.java
rd4d8fb9 rcab1b7d 15 15 // private static final String SSH_PASSWORD = "b6cd27a3"; 16 16 17 18 //Remote database parameters 17 19 private static final String DB_URL = "jdbc:postgresql://localhost:9999/db_202324z_va_prj_cbdb"; 18 20 private static final String DB_USERNAME = "db_202324z_va_prj_cbdb_owner"; … … 20 22 21 23 24 //Local database parameters 22 25 private static final String LDB_URL = "jdbc:postgresql://localhost:5432/cbdb"; 23 26 private static final String LDB_USERNAME = "postgres";
Note:
See TracChangeset
for help on using the changeset viewer.