2022-01-18 19:08:45 +01:00
# You should change this to match your reverse proxy DNS name and protocol
2022-01-18 22:02:36 +01:00
APP_URL=https://{{domain}}
2025-02-03 14:56:12 +01:00
LOCALE={{locale}}
2022-01-18 19:08:45 +01:00
# Don't change this unless you rename your database container or use rootless podman, in case of using rootless podman you should set it to 127.0.0.1 (NOT localhost)
2024-01-02 21:13:34 +01:00
DB_HOST={{database_host}}
2022-01-18 19:08:45 +01:00
# Change these to match env/db.env
2024-01-06 14:32:49 +01:00
DB_DATABASE={{database_name}}
2024-01-02 21:13:34 +01:00
DB_USERNAME={{database_username}}
DB_PASSWORD={{database_password}}
2022-01-18 19:08:45 +01:00
# You should change this to a random string of three numbers or letters followed by an underscore
DB_PREFIX=asd_
# These define the first company to exist on this instance. They are only used during setup.
2025-02-03 11:44:13 +01:00
COMPANY_NAME={{applications.akaunting.company_name}}
COMPANY_EMAIL={{applications.akaunting.company_email}}
2022-01-18 19:08:45 +01:00
# This will be the first administrative user created on setup.
2025-02-03 11:44:13 +01:00
ADMIN_EMAIL={{applications.akaunting.setup_admin_email}}
2022-01-18 19:08:45 +01:00
ADMIN_PASSWORD={{akaunting_setup_admin_password}}