Skip to content

Commit

Permalink
Feat: Enable cors for directus
Browse files Browse the repository at this point in the history
  • Loading branch information
GBHU753 committed Aug 7, 2024
1 parent 4b5dba9 commit 25a2303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.microservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ services:
WEBSOCKETS_ENABLED: "true"
DB_CLIENT: "sqlite3"
DB_FILENAME: "/directus/database/data.db"
CORS_ENABLED: "true"

# For external database
# DB_CLIENT: "pg"
# DB_HOST: "host.docker.internal"
Expand Down

0 comments on commit 25a2303

Please sign in to comment.