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.
ClinicalTrialsDataProcessing/sample.env

6 lines
97 B
Bash

#Env file for setting up db and
DBNAME="aact_db"
DBUSER="root"
DBHOST="localhost"
DBPASS="root"