-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPENEUROPA-2155: Add dev option to settings setup command #105
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments
7cb87f5
to
b300573
Compare
…es MULTISITE-22694 too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have left a few comments.
- file: "build/sites/default/settings.local.php" | ||
contains: "// Initial config." | ||
|
||
- configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like duplication with line 47.
@@ -0,0 +1,92 @@ | |||
- configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be it is out from scope but could we also test correct working with multisiting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair point, evil, but fair. I'll do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Real multisite integration would require extra work to allow for building multiple config folders.
I have some thoughts on how this can best be accomplished. Would require the runner.yml to define site.keys under which you can define the regular properties.
OPENEUROPA-2155
Description
Add dev option to settings setup command, it will create and use settings.local.phpp .
Change log