Ignore:
Timestamp:
02/04/24 16:20:10 (5 months ago)
Author:
Blazho <aleksandar.blazhevski@…>
Branches:
master
Children:
ee27685
Parents:
d4d8fb9
Message:

Added naracki page with view of all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/cookbook/dbConfig/DB.java

    rd4d8fb9 rcab1b7d  
    1515//    private static final String SSH_PASSWORD = "b6cd27a3";
    1616
     17
     18    //Remote database parameters
    1719    private static final String DB_URL = "jdbc:postgresql://localhost:9999/db_202324z_va_prj_cbdb";
    1820    private static final String DB_USERNAME = "db_202324z_va_prj_cbdb_owner";
     
    2022
    2123
     24    //Local database parameters
    2225    private static final String LDB_URL = "jdbc:postgresql://localhost:5432/cbdb";
    2326    private static final String LDB_USERNAME = "postgres";
Note: See TracChangeset for help on using the changeset viewer.