We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c5bb9 commit 4746912Copy full SHA for 4746912
ee/cli/plugins/site.py
@@ -886,6 +886,10 @@ def default(self):
886
'DB_PASSWORD')
887
.split(',')[1]
888
.split(')')[0].strip())
889
+ data['ee_db_host'] = (EEFileUtils.grep(self, config_file,
890
+ 'DB_HOST')
891
+ .split(',')[1]
892
+ .split(')')[0].strip())
893
894
# Setup WordPress if old sites are html/php/mysql sites
895
if data['wp'] and oldsitetype in ['html', 'php', 'mysql']:
0 commit comments