An open API service indexing awesome lists of open source software.

https://github.com/voronenko/wordpress-app-demo


https://github.com/voronenko/wordpress-app-demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Env settings

WP_HOME - home (example, http://localhost)
WP_SITEURL - usually the same, for example http://localhost

DB_NAME
DB_USER
DB_PASSWORD
DB_HOST (default 'localhost')
DB_PREFIX (default 'wp_' )

# S3 credentials to upload
DBI_AWS_ACCESS_KEY_ID
DBI_AWS_SECRET_ACCESS_KEY

Authentication Unique Keys and Salts:

AUTH_KEY
SECURE_AUTH_KEY
LOGGED_IN_KEY
NONCE_KEY
AUTH_SALT
SECURE_AUTH_SALT
LOGGED_IN_SALT
NONCE_SALT

DISABLE_WP_CRON (default false)