Addition to run.env as db variable is diffrent when runnning AKAUNTING_SETUP=true vs AKAUNTING_SETUP=false

This commit is contained in:
Najib Nour 2023-09-14 16:17:45 -04:00
parent 8081d1e3a4
commit 4d2e9fa3d1
1 changed files with 1 additions and 0 deletions

1
env/run.env.example vendored
View File

@ -8,6 +8,7 @@ DB_PORT=3306
# Change these to match env/db.env
DB_NAME=akaunting
DB_DATABASE=akaunting #This is the same as DB_NAME as the variable is doffrent between AKAUNTING_SETUP=true/false
DB_USERNAME=admin
DB_PASSWORD=akaunting_password