Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Enable CORS for Directus instance (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed May 18, 2023
1 parent 8790e61 commit 4b80890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
66 changes: 0 additions & 66 deletions directus/.env

This file was deleted.

2 changes: 2 additions & 0 deletions directus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ services:

ADMIN_EMAIL: "admin@example.com"
ADMIN_PASSWORD: "d1r3ctu5"

CORS_ENABLED: true

0 comments on commit 4b80890

Please sign in to comment.