server/.env.example
Chuck Adams 17375ac9a3
drop the 'site.' prefix from local.fair.pm
Signed-off-by: Chuck Adams <chaz@chaz.works>
2025-12-10 10:34:21 -07:00

18 lines
507 B
Text

DATABASE_URL='mysql://wp:password@fairpm-db:3306/wordpress'
DB_PREFIX='wp_'
WP_ENV='development'
WP_HOME='https://local.fair.pm'
WP_SITEURL="${WP_HOME}/wp"
# WP_DEBUG_LOG='/path/to/debug.log'
###> Do not remove this comment, and do not add anything under it, as it will be replaced on install <###
AUTH_KEY='generateme'
SECURE_AUTH_KEY='generateme'
LOGGED_IN_KEY='generateme'
NONCE_KEY='generateme'
AUTH_SALT='generateme'
SECURE_AUTH_SALT='generateme'
LOGGED_IN_SALT='generateme'
NONCE_SALT='generateme'