ADMIN_JWT_SECRET | base64 | ✅ | ✅ | Secret for signing JSON Web Tokens for the Strapi Dashboard | pIUa5y9fIImYq2Nf92AUEw== | `` |
API_TOKEN_SALT | base64 | ✅ | ✅ | Salt for generating API tokens. See: https://docs.strapi.io/dev-docs/configurations/api-tokens | IC4EEAGXng5SMrQ/PLIG7w== | `` |
APP_KEYS | base64-csv | ✅ | ✅ | Strapi Dashboard session keys for the Users & Permissions plugin and the Documentation plugin. See: https://docs.strapi.io/dev-docs/configurations/server | HgsaHdyAo9hfQ0Fg8fsKpA==,wXd+qAHOW4SRbR66Xe1iXg==,kmzb3IBcHBSeR1yx5J0zbQ==,9dz6sBd8YqFIUxw0zCwEsQ== | HgsaHdyAo9hfQ0Fg8fsKpA==,wXd+qAHOW4SRbR66Xe1iXg==,kmzb3IBcHBSeR1yx5J0zbQ==,9dz6sBd8YqFIUxw0zCwEsQ== |
CSP_CONNECT_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for connect-src | https://example.com https://api.example.com | `` |
CSP_FONT_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for font-src | https://fonts.googleapis.com https://fonts.gstatic.com | `` |
CSP_FORM_ACTION_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for form-action | `` | `` |
CSP_FRAME_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for frame-src | `` | `` |
CSP_IMG_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for img-src | `` | `` |
CSP_SCRIPT_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for script-src | https://unpkg.com/@utrecht/ https://unpkg.com/@nl-design-system/ | `` |
CSP_STYLE_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for style-src | https://unpkg.com/@utrecht/ https://unpkg.com/@nl-design-system/ | `` |
CSP_WORKER_SRC_URLS | url | | | Space-separated list of URLs to allow in Content-Security-Policy for worker-src | `` | `` |
DATABASE_CLIENT | hostname | ✅ | | Type of database to use for Strapi. See: https://docs.strapi.io/dev-docs/configurations/database | `` | postgres |
DATABASE_HOST | hostname | ✅ | | Database hostname. When using Docker, this must be the hostname in the internal network. In Docker Compose the default is the name of the service. | 0.0.0.0 | 0.0.0.0 |
DATABASE_NAME | string | ✅ | | Database name where your SQL tables are at. | my_database | postgres |
DATABASE_PASSWORD | string | ✅ | ✅ | Password for your database user. | `` | root |
DATABASE_PORT | string | ✅ | | Database port number or container name. When using Docker, this can be the container name instead of a port number. | pdc_strapi_db | pdc_strapi_db |
DATABASE_SSL | string | ✅ | | Enable SSL to use an encrypted connection. Typically false during development, and true in production. | `` | false |
DATABASE_USERNAME | string | ✅ | | Username for your database. | postgres | postgres |
FLO_LEGAL_API_TOKEN | string | | ✅ | API token for the Flo Legal API, used to access legal documents and templates. | xxxxxxxx | xxxxxxxx |
FLO_LEGAL_API_URL | url | | | URL for the Flo Legal API, used to access legal documents and templates. | https://example.com/api | `` |
FLO_LEGAL_CDN_URL | url | | | URL for the Flo Legal CDN, used to access legal documents and templates. | `` | https://example.com |
FRONTEND_PUBLIC_URL | url | ✅ | | URL where the preview of pages in the Strapi Dashboard are hosted. You can use the Docker container name as the URL, for example: http://pdc_frontend:3000. | `` | http://pdc_frontend:3000 |
HOST | hostname | ✅ | | Strapi Dashboard hostname where users will access Strapi. Use 0.0.0.0 to respond to any hostname. | 0.0.0.0 | 0.0.0.0 |
JWT_SECRET | base64 | ✅ | ✅ | Secret for signing JSON Web Tokens for the Strapi API | pIUa5y9fIImYq2Nf92AUEw== | `` |
MATOMO_HOST | url | | | URL where the Matomo is hosted | https://example.com | https://example.com |
MATOMO_SITE_ID | string | | | Website ID for the Matomo tracker API. See: https://matomo.org/faq/general/faq_19212/ | 36D0C594-E017-485B-B032-C436 | 36D0C594-E017-485B-B032-C436EC876E5B |
NODE_ENV | string | ✅ | | Enable production mode for Node.js. See: https://nodejs.org/en/learn/getting-started/nodejs-the-difference-between-development-and-production | `` | production |
OGONE_PAYMENT_SERVICE_URL | url | | | URL of the Ogone payment form target. Typically you will use different values for acceptance and production. | `` | `` |
OPEN_FORMS_API_TOKEN | base64 | | ✅ | Open Forms API token, used to access access forms from the website and the Strapi Dashboard. See: https://open-forms.readthedocs.io/en/stable/configuration/general/cms_integration.html | pIUa5y9fIImYq2Nf92AUEw== | pIUa5y9fIImYq2Nf92AUEw== |
OPEN_FORMS_API_URL | url | | | URL for the Open Forms v2 API. See: https://open-forms.readthedocs.io/en/stable/developers/embedding.html | `` | http://localhost:8000/api/v2/ |
OPEN_FORMS_CSS_URL | url | | | URL for the Open Forms SDK CSS file. See: https://open-forms.readthedocs.io/en/stable/developers/embedding.html | `` | http://localhost:8000/static/sdk/open-forms-sdk.css |
OPEN_FORMS_SDK_URL | url | | | URL for the Open Forms SDK JavaScript file. See: https://open-forms.readthedocs.io/en/stable/developers/embedding.html | http://localhost:8000/static/sdk/open-forms-sdk.js | http://localhost:8000/static/sdk/open-forms-sdk.js |
OVERIGE_OBJECTEN_API_CORS | url | | | CORS settings for the Overige Objecten API. This is used to access the Overige Objecten API from the frontend. | http://localhost:8000 | `` |
OVERIGE_OBJECTEN_API_PORT | port-number | | | Port number for the Overige Objecten API. This is used to access the Overige Objecten API from the frontend. | 4001 | 4001 |
OVERIGE_OBJECTEN_API_URL | url | | | URL for the Overige Objecten API. This is used to access the Overige Objecten API from the frontend. | http://localhost:4001/api/v2 | http://localhost:4001/api/v2 |
PANDOSEARCH_API_URL | url | | | See: https://developer.pandosearch.com/api/ | `` | https://public.pandosearch.com/example.com/ |
PGADMIN_DEFAULT_EMAIL | string | ✅ | | E-mail address for the initial administrator account. See: https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html | admin@admin.com | admin@admin.com |
PGADMIN_DEFAULT_PASSWORD | string | ✅ | ✅ | Password for the initial administrator account. See: https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html | root | root |
PORT | number | ✅ | | Strapi Dashboard port number. | 1337 | 1337 |
PREVIEW_SECRET_TOKEN | base64 | ✅ | ✅ | Configure Strapi Dashboard and the website with the same secret, to be able to show unpublished content in preview mode. | `` | SGVsbG8sIHdvcmxkIQ== |
STRAPI_ADMIN_EXTENSIONS_PORT | port-number | | | Port number for the Strapi Admin Extensions. This is used to access the Strapi Admin Extensions from the frontend. | 4002 | 4002 |
STRAPI_ENV_LABEL | string | | | Text describing the environment, used to warn users of Strapi Dashboard when they are not working in production. Can not be localized. | `` | Development |
STRAPI_PRIVATE_URL | | ✅ | | URL where Strapi is available on the internal network, for example to access the GraphQL API. You can use the Docker container name, e.g. http://pdc_strapi:1337. | http://pdc_strapi:1337 | http://pdc_strapi:1337 |
STRAPI_PUBLIC_URL | url | ✅ | | URL where Strapi is available to the public. You can use the Docker container name, e.g. http://pdc_strapi:1337. | http://pdc_strapi:1337 | http://pdc_strapi:1337 |
SURVEY_RUN_APIKEY | string | | ✅ | API key for the Survey Run, used to access the Survey Run from the frontend. | CE1E9957-EB87-4581-8EDC-0B35D67D548D | CE1E9957-EB87-4581-8EDC-0B35D67D548D |
SURVEY_RUN_GUID | string | | | GUID for the Survey Run, used to identify the specific survey instance. | E305616D-6548-4F84-9C34-59C20A8F0267 | E305616D-6548-4F84-9C34-59C20A8F0267 |
SURVEY_RUN_URL | url | | | URL where the Survey Run is hosted. This is used to access the Survey Run from the frontend. | http://localhost:8000 | https://example.com |
TRANSFER_TOKEN_SALT | base64 | | ✅ | Salt for generating Transfer tokens. If no transfer token salt is defined, transfer features will be disabled. See: https://docs.strapi.io/user-docs/settings/transfer-tokens | HtHorFUigcXPMtDF/kAHcQ== | `` |