-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75cc664
commit 07b40f8
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ W9_REPO=docker.io/akaunting/akaunting | |
W9_POWER_PASSWORD=1PrMxExC45LsCT | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
W9_EMAIL=[email protected] | ||
W9_USER=$W9_EMAIL | ||
W9_USER=[email protected] | ||
W9_PASSWORD=$W9_POWER_PASSWORD | ||
W9_HTTP_PORT=80 | ||
W9_HTTP_PORT_SET=9001 | ||
|
@@ -25,15 +24,15 @@ DB_HOST=$W9_ID-mariadb | |
DB_PORT=3306 | ||
DB_NAME=$W9_ID | ||
DB_USERNAME=$W9_ID | ||
DB_PASSWORD=$W9_PASSWORD | ||
DB_PASSWORD=$W9_POWER_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=$W9_EMAIL | ||
COMPANY_EMAIL=$W9_USER | ||
|
||
# This will be the first administrative user created on setup. | ||
ADMIN_EMAIL=$W9_EMAIL | ||
ADMIN_EMAIL=$W9_USER | ||
ADMIN_PASSWORD=$W9_POWER_PASSWORD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters