forked from LiveCarta/LiveCartaWP
Compare commits
16 Commits
@@8vgiy
...
lxbfyeaa-p
| Author | SHA1 | Date | |
|---|---|---|---|
| 469d2ec0ca | |||
| a4b782b01e | |||
| bf5cac2221 | |||
| 87319682e3 | |||
| e66411154d | |||
| 8ea957068c | |||
| 7a32d12d4a | |||
| f647f21f90 | |||
| 66488001f0 | |||
| dcbba0cbf9 | |||
| c7bb7d2262 | |||
|
|
2b53717a2e | ||
|
|
e93df2c3a5 | ||
|
|
fa3dfd90d4 | ||
|
|
d4e71a3baa | ||
| e780f77d0f |
@@ -1,45 +0,0 @@
|
||||
{
|
||||
"name": "lawcarta/wordpress",
|
||||
"description": "LawCarta WordPress Site",
|
||||
"require": {
|
||||
"wpackagist-plugin/contact-form-7-mailchimp-extension": "~0.9",
|
||||
"wpackagist-plugin/contact-form-7": "~6.1",
|
||||
"wpackagist-plugin/duplicator": "~1.5",
|
||||
"wpackagist-plugin/flamingo": "~2.2",
|
||||
"wpackagist-plugin/google-sitemap-generator": "~4.1",
|
||||
"wpackagist-plugin/honeypot": "~2.3",
|
||||
"wpackagist-plugin/mailchimp-for-wp": "4.10.1",
|
||||
"wpackagist-plugin/meta-tag-manager": "~3.3",
|
||||
"wpackagist-plugin/post-smtp": "~3.8",
|
||||
"wpackagist-plugin/really-simple-captcha": "~2",
|
||||
"wpackagist-plugin/svg-support": "~2.5",
|
||||
"wpackagist-plugin/taxonomy-terms-order": "~1.7",
|
||||
"wpackagist-plugin/tinymce-advanced": "~5.9",
|
||||
"wpackagist-plugin/toggle-wpautop": "~1.3",
|
||||
"wpackagist-plugin/wordpress-seo": "~27.1",
|
||||
"wpackagist-plugin/wps-hide-login": "~1.9",
|
||||
"humanmade/s3-uploads": "~3.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://wpackagist.org"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"wordpress/wp-content/plugins/{$name}/": [
|
||||
"type:wordpress-plugin"
|
||||
],
|
||||
"wordpress/wp-content/themes/{$name}/": [
|
||||
"type:wordpress-theme"
|
||||
]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "wordpress/wp-content/vendor",
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,8 @@ define( 'DB_PASSWORD', getenv('DB_PASSWORD') );
|
||||
define( 'DB_HOST', getenv('DB_HOST') );
|
||||
|
||||
define('DOMAIN_CURRENT_SITE', getenv('DOMAIN_CURRENT_SITE'));
|
||||
define('WP_HOME', getenv('WP_HOME'));
|
||||
define('WP_SITEURL', getenv('WP_SITEURL'));
|
||||
|
||||
define('LAWCARTA_SUBDOMAIN', getenv('SUBDOMAIN'));
|
||||
define('LAWCARTA_PORT', '');
|
||||
|
||||
Reference in New Issue
Block a user