update comment
This commit is contained in:
parent
a8b7f0d0db
commit
65c9caad81
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ date_default_timezone_set('America/New_York');
|
||||||
// ENVIRONMENT
|
// ENVIRONMENT
|
||||||
//
|
//
|
||||||
// devlopment - do not cache any assets
|
// devlopment - do not cache any assets
|
||||||
// - allways reload
|
// - use http host provided by user
|
||||||
//
|
//
|
||||||
// production - use generated timestamps
|
// production - use generated timestamps for each file
|
||||||
// - for eachfile
|
// - hard code http host to 'domain' lang string
|
||||||
//
|
//
|
||||||
define('ENVIRONMENT', 'devlopment');
|
define('ENVIRONMENT', 'devlopment');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue