diff --git a/.env.example b/.env.example index 74fa5874..d93d9811 100644 --- a/.env.example +++ b/.env.example @@ -2,9 +2,9 @@ DB_DRIVER=postgres POSTGRES_USER=admin POSTGRES_PASSWORD=password -POSTGRES_DB= +POSTGRES_DB=ocotillo POSTGRES_HOST=localhost -POSTGRES_PORT=5432 +POSTGRES_PORT=54321 # Connection pool configuration for parallel transfers # pool_size: number of persistent connections to maintain diff --git a/README.md b/README.md index aaa47bad..37f625db 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ supports research, field operations, and public data delivery for the Bureau of #### 1. Clone the repository ```bash -git clone https://github.com/DataIntegrationGroup/NMSampleLocations.git -cd NMSampleLocations +git clone https://github.com/DataIntegrationGroup/OcotilloAPI.git +cd OcotilloAPI ``` -#### 2. Set up virtual environment and install depdencies +#### 2. Set up virtual environment and install dependencies