Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 596 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 596 Bytes

API-CRUD

CircleCI License

About API-CRUD

Example .env file needed by the Application

# environment
APP_ENV=dev

# db details
DB_HOST=localhost
DB_PORT=5432
DB_NAME=test_db
DB_USERNAME=test_user
DB_PASSWORD=test_password

# file used for storing db configs and details
DB_FILE_PATH=db_detail.json