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
a119cd9c
Commit
a119cd9c
authored
Jan 06, 2015
by
Philippe Mouchel
Browse files
Environment settings files
parent
6c728e38
Changes
3
Hide whitespace changes
Inline
Side-by-side
deploy/env/settings.local.php
0 → 100644
View file @
a119cd9c
<?php
/**
* @file
* Local settings file.
*/
/**
* Site & environment settings.
*/
$conf
[
'site_name'
]
=
'SFL Boilerplate LOCAL'
;
$conf
[
'environment'
]
=
'local'
;
deploy/env/settings.prod.php
0 → 100644
View file @
a119cd9c
<?php
/**
* @file
* Local settings file.
*/
/**
* Site & environment settings.
*/
$conf
[
'site_name'
]
=
'SFL Boilerplate'
;
$conf
[
'environment'
]
=
'prod'
;
deploy/env/settings.staging.php
0 → 100644
View file @
a119cd9c
<?php
/**
* @file
* Local settings file.
*/
/**
* Site & environment settings.
*/
$conf
[
'site_name'
]
=
'SFL Boilerplate STAGING'
;
$conf
[
'environment'
]
=
'staging'
;
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