Skip to content

Commit

Permalink
new template
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 2, 2023
1 parent d568cfc commit 4a050ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
12 changes: 5 additions & 7 deletions apps/nocobase/.env
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# COMMENT
W9_POWER_PASSWORD=UGz0IARz117ssO%
W9_ID=nocobase
W9_DIST=community
W9_VERSION=main

W9_REPO=nocobase/nocobase

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=nocobase
W9_HTTP_PORT=80
W9_HTTP_PORT_SET=9001

W9_NETWORK=websoft9
W9_URL_REPLACE=false
W9_URL=appname.example.com
W9_PASSWORD=admin123
W9_DIST=community
W9_PASSWORD=$W9_POWER_PASSWORD
W9_DB_EXPOSE="mysql"
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
10 changes: 4 additions & 6 deletions apps/nocodb/.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# COMMENT
W9_POWER_PASSWORD=UGz0IARz117ssO%
W9_ID=nocodb
W9_DIST=community
W9_VERSION=latest

W9_REPO=nocodb/nocodb

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=nocodb
W9_HTTP_PORT=8080
W9_HTTP_PORT_SET=9001

W9_NETWORK=websoft9
W9_URL_REPLACE=false
W9_URL=appname.example.com
W9_DIST=community
W9_DB_EXPOSE="postgresql"
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
9 changes: 4 additions & 5 deletions apps/nopcommerce/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
W9_POWER_PASSWORD=spJNF09yzwWJaG!
W9_VERSION=latest
W9_ID=nopcommerce

W9_DIST=community
W9_REPO=nopcommerceteam/nopcommerce

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=nopcommerce
W9_HTTP_PORT=80
W9_HTTP_PORT_SET=9001

W9_NETWORK=websoft9
W9_DIST=community
W9_DB_EXPOSE="mysql"
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

0 comments on commit 4a050ad

Please sign in to comment.