staging has standard test environment now
This commit is contained in:
15
.env.test
15
.env.test
@ -1,15 +1,12 @@
|
||||
NODE_TLS_REJECT_UNAUTHORIZED='0'
|
||||
# DATABASE_URL="file:./src/data/dev.db"
|
||||
# DATABASE_URL="mysql://root:Zelen0ku4e@192.168.0.10:3306/cart"
|
||||
|
||||
SSL_ENABLED=true
|
||||
NEXT_PUBLIC_PROTOCOL=http
|
||||
NEXT_PUBLIC_PORT=
|
||||
NEXT_PUBLIC_HOST=cart.d-popov.com
|
||||
PUBLIC_URL=https://cart.d-popov.com
|
||||
NEXT_PUBLIC_HOST=staging.mwhitnessing.com
|
||||
PUBLIC_URL=https://staging.mwhitnessing.com
|
||||
|
||||
# Linux: `openssl rand -hex 32` or go to https://generate-secret.now.sh/32
|
||||
NEXTAUTH_SECRET=ed8a9681efc414df89dfd03cd188ed58
|
||||
DATABASE_URL=mysql://cart:cart2023@192.168.0.10:3306/cart_demo
|
||||
NEXTAUTH_SECRET=1dd8a5457970d1dda50600be28e935ecc4513ff27c49c431849e6746f158d638
|
||||
# ? do we need to duplicate this? already defined in the deoployment yml file
|
||||
DATABASE_URL=mysql://jwpwsofia_demo:dwxhns9p9vp248@mariadb:3306/jwpwsofia_demo
|
||||
|
||||
APPLE_ID=
|
||||
APPLE_TEAM_ID=
|
||||
|
Reference in New Issue
Block a user