Spaces:
Running
Running
| # AILIXIR API Test Configuration | |
| # Copy this to .env and fill in your values | |
| # API URLs | |
| BASE_URL=https://america-hyperlipemic-grazyna.ngrok-free.dev/api | |
| AUTH_BASE_URL=https://america-hyperlipemic-grazyna.ngrok-free.dev/api | |
| # Test User Credentials | |
| TEST_EMAIL=your_email@example.com | |
| TEST_PASSWORD=your_password | |
| TEST_NAME=Your Name | |
| # Database (SQLite) | |
| DB_CONNECTION=sqlite | |
| DB_DATABASE=database/ailixir.sqlite | |
| MD_SIMULATION_URL=http://localhost:5005 |