dosubot[bot] commented on issue #7864:
URL: 
https://github.com/apache/incubator-devlake/issues/7864#issuecomment-2274018130

   <!-- Answer -->
   Yes, you can use the same URL for both `DB_URL` and `E2E_DB_URL` if you want 
to use the same database for both main operations and end-to-end testing. Just 
ensure that the database specified in the URL exists and is properly configured 
in your RDS instance. Here is an example:
   
   ```env
   # Lake Database Connection String
   
DB_URL=mysql://your-username:your-password@your-rds-endpoint:3306/lake?charset=utf8mb4&parseTime=True&loc=UTC
   
E2E_DB_URL=mysql://your-username:your-password@your-rds-endpoint:3306/lake_test?charset=utf8mb4&parseTime=True&loc=UTC
   # Silent Error Warn Info
   DB_LOGGING_LEVEL=Error
   ```
   
   Make sure to replace `your-username`, `your-password`, and 
`your-rds-endpoint` with your actual RDS instance details.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to