init bis
This commit is contained in:
parent
de73fc619a
commit
fb04196dc5
20 changed files with 226 additions and 180 deletions
40
.env.example
Executable file
40
.env.example
Executable file
|
|
@ -0,0 +1,40 @@
|
|||
# Base de données
|
||||
DB_HOST=""
|
||||
DB_NAME=""
|
||||
DB_USER=""
|
||||
DB_PASSWORD=""
|
||||
DB_PREFIX=""
|
||||
|
||||
# Node (development/production)
|
||||
VITE_MODE="development"
|
||||
|
||||
# WordPress
|
||||
WP_ENV="development"
|
||||
WP_HOME="${DDEV_PRIMARY_URL}"
|
||||
WP_SITEURL="${DDEV_PRIMARY_URL}/wp"
|
||||
|
||||
# WooCommerce
|
||||
WOOCOMMERCE_API_CONSUMER_KEY=""
|
||||
WOOCOMMERCE_API_CONSUMER_SECRET=""
|
||||
|
||||
# Stripe
|
||||
STRIPE_API_SECRET=""
|
||||
STRIPE_API_PUBLISHABLE=""
|
||||
|
||||
# Email
|
||||
WP_SMTP_HOST=""
|
||||
WP_SMTP_USERNAME=""
|
||||
WP_SMTP_PASSWORD=""
|
||||
WP_SMTP_PORT=587
|
||||
WP_SMTP_PROTOCOL=tls
|
||||
WP_SMTP_TIMEOUT=10
|
||||
WP_SMTP_FORCEFROM=""
|
||||
WP_SMTP_FORCEFROMNAME=""
|
||||
|
||||
# Redis
|
||||
WP_REDIS_HOST=""
|
||||
WP_REDIS_PASSWORD=""
|
||||
|
||||
# GlitchTip
|
||||
VITE_URL=""
|
||||
VITE_GLITCHTIP_NSD=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue