-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 835 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORT=3000
HOST=127.0.0.1
BASE_URL=http://localhost:3000
SHOP_PUBLIC_URL=https://shop.recytech.me
TERMS_URL=https://shop.recytech.me/conditions-generales-de-vente
PUBLIC_WEBSITE_URL=https://shop.recytech.me
SESSION_SECRET=change-this-session-secret
ORDER_VIEW_TOKEN_SECRET=change-this-order-view-secret
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-me-now
STRIPE_SECRET_KEY=sk_test_your_secret_key
STRIPE_PUBLISHABLE_KEY=pk_test_your_publishable_key
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret
SWISS_BITCOIN_PAY_API_URL=https://api.swiss-bitcoin-pay.ch
SWISS_BITCOIN_PAY_API_KEY=your_swiss_bitcoin_pay_api_key
SWISS_BITCOIN_PAY_WEBHOOK_SECRET=choose_a_long_random_webhook_secret
SMTP_HOST=
SMTP_PORT=587
SMTP_SECURE=0
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM_NAME=RecyTech
SMTP_FROM_EMAIL=
ORDER_NOTIFICATION_EMAIL=team@recytech.me