Spaces:
Running
Running
File size: 448 Bytes
907b200 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # 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 |