You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
193 B
Bash

SC_DB_CONNECTION_ARGS=""
SC_DB_DATABASE_NAME="speechcollect"
SC_DB_DRIVER="postgresql"
SC_DB_ECHO=false
SC_DB_HOST="127.0.0.1"
SC_DB_PASSWD="2Database$"
SC_DB_PORT="5432"
SC_DB_USER="postgres"