update comment

This commit is contained in:
Freya Murphy 2024-09-25 14:46:38 -04:00
parent a8b7f0d0db
commit 65c9caad81
Signed by: freya
GPG key ID: 744AB800E383AE52

View file

@ -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');