Skip to content

Commit 2757088

Browse files
committed
Update .env
1 parent 94b5e59 commit 2757088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/all-in-one/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See the README.md file for informaiton on how to generate the JWT_SECRET and APP_KEY
2-
APP_KEY
2+
APP_KEY=
33
JWT_SECRET=
44

55
# Frontend variables (Always prefixed with VITE_)

docker/development/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ APP_DEBUG=true
55

66
API_URL_CLIENT=https://localhost:8443/api
77
API_URL_SERVER=http://backend:80
8-
STRIPE_PUBLIC_KEY=pk_test_51Ofu1CJKnXOyGeQuDPUHiZcJxZozRuERiv4vQRBtCscwTbxOL574cxUjAoNRL2YLCumgC5160pl6kvTIiAc9mOeM0058KAWQ55
8+
STRIPE_PUBLIC_KEY=pk_test_xxx
99
FRONTEND_URL=https://localhost:8443
1010

1111
DB_CONNECTION=pgsql

0 commit comments

Comments
 (0)