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
It’s not necessary to edit the variables on the second line as the database is overwritten by the plugin during sync. The code is simply to give the plugin the requirements it needs to run without the real database installed.
66
+
It’s not necessary to edit the variables on the second line as the database is overwritten by the plugin during sync. The code is simply to give the plugin the requirements it needs to run without the real database installed.
67
+
68
+
## Extra Environment Variables
69
+
70
+
Below is a list of extra environment variables that can be added to your `.env` file to customise the sync process.
71
+
72
+
| Variable | Description |
73
+
| --- | --- |
74
+
|`DEV_POST_SYNC_QUERIES`| A comma seperated list of SQL queries to run after the sync has completed. |
75
+
|`DEV_SYNC_DIR_EXCLUDES`| A comma seperated list of directories within the uploads folder to exclude from the sync. |
76
+
|`DEV_TASK_DEBUG`| Set to `true` to show debug information about the commands being run. Useful for debugging if something isn't working as expected. |
77
+
|`UPLOAD_DIR`| The name of the uploads directory. Defaults to `app/uploads` where the uploads folder is located on a bedrock project. |
0 commit comments