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
nicegui_storage_secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # String used for session storage. Can be anything.
database_storage_secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Generate using https://cryptography.io/en/latest/fernet/#cryptography.fernet.Fernet.generate_key
auth_lifetime_seconds=43200
shipment_lifetime_days=30
registration_job_lifetime_days=14
# API
api_jwt_secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # String used for jwt signing. Can be anything.
api_token_lifetime_seconds=3600
# Worker seetings
cvr=xxxxxxxx
kombit_cert_path=somewhere/Certificate.pem # Path to cert file to access Kombit api
Kombit_test_env=True
# Registration worker settings
registration_worker_sleep_time=10
# Shipment worker settings
shipment_worker_sleep_time=10
sender_label=Something Corp
physical_mail_forsendelse_type=12345 # Forsendelsestype id agreed with the print provider (Fjernprint)