-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
30 lines (23 loc) · 1.01 KB
/
.env.example
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
29
30
# URL settings
WORDPRESS_HOME=http://localhost:8000
WORDPRESS_SITE_URL=http://localhost:8000
# WordPress Database Settings
WORDPRESS_DB_HOST=mysql
WORDPRESS_DB_USER=wordpress
WORDPRESS_DB_PASSWORD=your_strong_password_here
WORDPRESS_DB_NAME=wordpress
WORDPRESS_TABLE_PREFIX=wp_wordpress
# WordPress Source URL (optional, uncomment to use)
# WORDPRESS_SOURCE_URL=https://wordpress.org/latest.zip
# WordPress Database Import URL (optional, uncomment to use)
# WORDPRESS_DB_URL=http://example.com/path/to/your/database_dump.sql
# WordPress Debug Mode (set to true for development, false for production)
WORDPRESS_DEBUG=false
# Extra WordPress Configuration (optional, uncomment and modify as needed)
# WORDPRESS_CONFIG_EXTRA="define( 'WP_MEMORY_LIMIT', '256M' );"
# FrankenPHP specific settings (if any)
# Add any FrankenPHP specific environment variables here
# Other optional settings
# Uncomment and set these if needed for your specific setup
# WORDPRESS_SITE_URL=https://your-domain.com
# WORDPRESS_HOME=https://your-domain.com