https://github.com/voronenko/wordpress-app-demo
https://github.com/voronenko/wordpress-app-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voronenko/wordpress-app-demo
- Owner: Voronenko
- Created: 2017-12-14T20:15:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T20:45:39.000Z (about 8 years ago)
- Last Synced: 2025-04-15T01:14:10.069Z (9 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)