Commit 11d967b0 authored by Jay's avatar Jay
Browse files

fixes db user

parent 885fc83c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ cluster:
### Database Configuration ###
database:
    type: 'postgresql'
    username: 'testuser'
    password: 'password'
    username: 'postgres'
    password: ''
    host: 'localhost'
    port: 5432 # This is a mapped port when postgresql is containerized, e.g., 8085
    pgbouncer_port: 5432  # This is normally a different port, e.g., 8083