Skip to content

Commit

Permalink
huginn
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 22, 2023
1 parent d6bfed6 commit 0be1024
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/huginn/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
W9_REPO=ghcr.io/huginn/huginn
W9_VERSION=latest
W9_DIST=community

W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=huginn
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=password
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_HTTP_PORT=3000
W9_HTTP_PORT_SET=9001
W9_URL=appname.example.com
Expand All @@ -15,3 +15,5 @@ W9_NETWORK=websoft9

APP_SECRET_TOKEN="7yG9Xo4kQ3gUv8x/z2Y+M6ZFLz4TU9Mz8vXKg4z9"
INVITATION_CODE=$W9_POWER_PASSWORD
SEED_USERNAME=$W9_LOGIN_USER
SEED_PASSWORD=$W9_POWER_PASSWORD

0 comments on commit 0be1024

Please sign in to comment.