projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee46864
)
Update for working on site locally
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 6 Jun 2014 14:20:46 +0000
(10:20 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 6 Jun 2014 14:20:46 +0000
(10:20 -0400)
add for php 5.5 to work
config/server.ini
patch
|
blob
|
history
diff --git
a/config/server.ini
b/config/server.ini
index
2b2f011
..
e6668b9
100644
(file)
--- a/
config/server.ini
+++ b/
config/server.ini
@@
-255,7
+255,11
@@
app.base_secure_url = "https://vserver/app.gaslightmedia.com/"
;file_server.secure = "http://192.168.56.101/image_server/"
;file_server.unsecure = "http://192.168.56.101/image_server/"
-database.params.host = "localhost"
+database.params.host = "devdb"
+error.reporting[] = E_ALL
+error.reporting[] = E_NOTICE
+error.reporting[] = E_STRICT
+error.reporting[] = E_WARNING
email.owner = "steve+owner@localhost"
email.contact = "steve+contact@localhost"