.env.example 151 B

1234
  1. BASE_URL=http://localhost:8000
  2. API_USERNAME=admin
  3. API_PASSWORD=password
  4. DB_URL="postgresql://postgres:password@localhost:5432/postgres?sslmode=disable"