Settings
Last updated
Was this helpful?
Last updated
Was this helpful?
The following environment variables should be changed in the .env
file before going live to production.
DANGER ZONE
Changing this environment variable has an impact on the delivery of the data to the tax authorities.
Until the productive completion, the solution should be operated in development
(set by default).
When the solution is ready to go productive, APP_ENV
should be set to production
.
Variable is case sensitive.
Five-digit number which is assigned by ELSTER (cf. ).
Name of the software. Will be printed on the PDF transfer protocols in the lower left corner and will be disclosed on submissions to tax authorities.
PIN for the certificate on the authentification medium.
SQL database credentials.
Host of database server.
Database name. Default: weric
.
Username for database connection.
Database connection password.
Where should the PDF transfer protocols, retrieved data and ERiC logs be stored. In production it should be s3
for Amazon AWS S3.
Settings and credentials for storing data in Amazon AWS S3-compatible services.
Bearer token to authenticate for API /v2/
endpoints.
Data Source Name für Sentry (Error Monitoring).
AWS_ACCESS_KEY_ID Access key ID generated in or setup with another S3 storage.
AWS_SECRET_ACCESS_KEY Secret access key generated in or setup with another S3 storage.
AWS_BUCKET
. Default: weric
.
AWS_DEFAULT_REGION
where data stored. Typically and default: eu-central-1
.