Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
sfl-boilerplate
Commits
a788b13b
Commit
a788b13b
authored
Apr 14, 2016
by
Ernesto Rodriguez Ortiz
Browse files
Remove the env.interactive_mode from config file, is True bye default now.
parent
df61125c
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/drupalizer.py
View file @
a788b13b
...
...
@@ -7,7 +7,6 @@ from fabric.api import env
env
.
project_name
=
'sfl_boilerplate'
env
.
workspace
=
path
.
join
(
path
.
dirname
(
__file__
),
path
.
pardir
)
env
.
interactive_mode
=
True
env
.
locale
=
False
...
...
@@ -40,7 +39,7 @@ env.docker_site_root = '{}/src/drupal'.format(env.docker_workspace)
env
.
bind_port
=
8001
env
.
apache_user
=
'www-data'
# Docker auto-added container IP
env
.
container_ip
=
'172.17.0.
2
'
env
.
container_ip
=
'172.17.0.
0
'
# Hook commands
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment