6 lines
91 B
Bash
6 lines
91 B
Bash
DB_HOST=localhost
|
|
DB_NAME=ushahidi
|
|
DB_USER=ushahidi
|
|
DB_PASS=${USHAHIDI_PWD}
|
|
DB_TYPE=MySQLi
|