reputation-api/example.env

10 lines
263 B
Bash
Raw Normal View History

2023-09-26 14:29:55 -05:00
# DO NOT COMMIT THIS FILE!
# 1. Validate that the .gitignore file includes .env
# 2. Update the below template with the correct values
# 3. Rename this file to .env
DB_HOST=database_host_name
DB_PORT=database_port
DB_USER=database_user
DB_PASS=database_password