-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffadb42
commit dca862a
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,13 +45,12 @@ services: | |
ADMIN_EMAIL: '[email protected]' | ||
ADMIN_PASSWORD: 'd1r3ctu5' | ||
|
||
# These is helpful for local developement but should probably be removed in production | ||
CORS_ENABLED: 'true' | ||
|
||
WEBSOCKETS_ENABLED: 'true' | ||
# WEBSOCKETS_AUTH_MODE: 'public' | ||
|
||
REFRESH_TOKEN_COOKIE_DOMAIN: 'localhost' | ||
EXTENSIONS_AUTO_RELOAD: 'true' | ||
|
||
WEBSOCKETS_ENABLED: 'true' | ||
# The default config prevents importing files from 0.0.0.0. See https://docs.directus.io/self-hosted/config-options.html#security . This can be removed in production but in local development it is recommended to keep it so you can import logos from Organization > website. | ||
IMPORT_IP_DENY_LIST: '' | ||
|
||
|