Skip to content

Commit

Permalink
Merge branch 'envvrars' into 'develop'
Browse files Browse the repository at this point in the history
Back to env file with only key and value (support test and app cases)

See merge request llave-en-mano/ia2/ia2-desktop-app!73
  • Loading branch information
Jose Luis Di Biase committed Jul 1, 2021
2 parents e16604b + 4d1bafe commit 4a8e603
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
18 changes: 7 additions & 11 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
export BASE_URL="https://your-backend-url"
export API_URL="/your-api-namespace"
export MULTIPLE_SELECTION_ENABLE=true

# Sentry
export SENTRY_DSN="https://[email protected]/1"
export SENTRY_RELEASE="release"

# e2e Tests
export AUTH_USERNAME=username
export AUTH_PASSWORD=password
BASE_URL="https://your-backend-url"
API_URL="/your-api-namespace"
MULTIPLE_SELECTION_ENABLE=true
SENTRY_DSN="https://[email protected]/1"
SENTRY_RELEASE="release"
AUTH_USERNAME="username"
AUTH_PASSWORD="password"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Los tests de integración utilizan una instancia activa del [servidor de IA²](h
Una vez configuradas las variables, exponer los valores de ambiente utilizando:

```bash
source .env
export $(cat .env | xargs)
```

Luego es posible ejecutar las pruebas utilizando:
Expand Down

0 comments on commit 4a8e603

Please sign in to comment.