We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5e59 commit 2757088Copy full SHA for 2757088
docker/all-in-one/.env
@@ -1,5 +1,5 @@
1
# See the README.md file for informaiton on how to generate the JWT_SECRET and APP_KEY
2
-APP_KEY
+APP_KEY=
3
JWT_SECRET=
4
5
# Frontend variables (Always prefixed with VITE_)
docker/development/.env
@@ -5,7 +5,7 @@ APP_DEBUG=true
6
API_URL_CLIENT=https://localhost:8443/api
7
API_URL_SERVER=http://backend:80
8
-STRIPE_PUBLIC_KEY=pk_test_51Ofu1CJKnXOyGeQuDPUHiZcJxZozRuERiv4vQRBtCscwTbxOL574cxUjAoNRL2YLCumgC5160pl6kvTIiAc9mOeM0058KAWQ55
+STRIPE_PUBLIC_KEY=pk_test_xxx
9
FRONTEND_URL=https://localhost:8443
10
11
DB_CONNECTION=pgsql
0 commit comments