Skip to content

Commit

Permalink
Remove obsolete MIX_APP_URL env variable (#2214)
Browse files Browse the repository at this point in the history
#2153 removed the the last
dependency on environment variables from the Mix build, so `MIX_APP_URL`
is no longer needed.
  • Loading branch information
williamjallen authored May 17, 2024
1 parent 8b8349a commit 07313c1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ APP_ENV=testing
APP_KEY=DV5SQLqXCbpnme4z2pKNujd6gFW9hrj5
APP_DEBUG=true
APP_URL=http://localhost:8080
MIX_APP_URL="${APP_URL}"
APP_TIMEZONE=America/New_York

LOG_CHANNEL=single
Expand Down
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ APP_ENV=production
APP_DEBUG=false
APP_KEY=
APP_URL=https://localhost
MIX_APP_URL="${APP_URL}"

# The following two variables are only used for docker compose production installations.
SSL_CERTIFICATE_FILE=/etc/ssl/certs/ssl-cert-snakeoil.pem
Expand Down
7 changes: 0 additions & 7 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ Please see that file for a full list of configuration options.
| DB_USERNAME | The database user used by CDash | root |
| DB_PASSWORD | The password of CDash's database user | secret |

It is required that your `.env` file has a `APP_URL` entry, and that the following line
appears somewhere further down in the file:

```
MIX_APP_URL="${APP_URL}"
```

## Email

| Variable | Description | Default |
Expand Down

0 comments on commit 07313c1

Please sign in to comment.