Skip to content

Commit

Permalink
documentation for new DRUPAL_CORS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwsmith committed May 13, 2024
1 parent 253d2b7 commit 089cadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drupal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ additional settings, volumes, ports, etc.
| :----------------------- | :------ | :--------------------------------------------------------------------------------- |
| DRUPAL_ENABLE_HTTPS | true | Inform PHP that `https` should be used. |
| DRUPAL_REVERSE_PROXY_IPS | | Use the IP address for the host 'traefik' if found otherwise default to `0.0.0.0`. |
| DRUPAL_CORS | | Set a value for CORS: either <blank> (default), '*', or a single 'http://domain' |

### Database Settings

Expand Down

0 comments on commit 089cadb

Please sign in to comment.