mirror of https://github.com/akaunting/docker.git
23 lines
708 B
Plaintext
23 lines
708 B
Plaintext
|
# You should change this to match your reverse proxy DNS name and protocol
|
||
|
APP_URL=https://akaunting.example.com
|
||
|
LOCALE=en-US
|
||
|
|
||
|
# Don't change this unless you are using rootless podman without pod networking
|
||
|
DB_HOST=127.0.0.1
|
||
|
|
||
|
# Change these to match env/db.env
|
||
|
DB_DATABASE=akaunting
|
||
|
DB_USERNAME=admin
|
||
|
DB_PASSWORD=akaunting_password
|
||
|
|
||
|
# 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.
|
||
|
COMPANY_NAME=My Company
|
||
|
COMPANY_EMAIL=my@company.com
|
||
|
|
||
|
# This will be the first administrative user created on setup.
|
||
|
ADMIN_EMAIL=me@company.com
|
||
|
ADMIN_PASSWORD=password
|