You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `volumes` section maps internal `directus/database` and `directus/uploads` to our local file system alongside the `docker-compose.yml`
83
81
- meaning data is backed up outside of Docker containers.
84
82
- The `environment` section contains any [configuration environment variables](/configuration/overview) we wish to set.
85
-
-`KEY` and `SECRET`are required and should be long random values. `KEY` is used for telemetry and health tracking, and`SECRET` is used to sign access tokens.
83
+
-`SECRET`is required and should be a long random value.`SECRET` is used to sign access tokens.
86
84
-`ADMIN_EMAIL` and `ADMIN_PASSWORD` is the initial admin user credentials on first launch.
87
85
-`DB_CLIENT` and `DB_FILENAME` are defining the connection to your database.
88
86
-`WEBSOCKETS_ENABLED` is not required, but enables [Directus Realtime](/realtime/quickstart).
@@ -91,7 +92,9 @@ The current value of the field is provided to the component via the `value` prop
91
92
Instead of defining the component inside a separate Vue file, you can use a functional component. This allows you to make small displays that don't need a full component.
0 commit comments