mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 23:04:57 -04:00
Change secrets from being stored in flat files to being stored in PHP INI configuration
This commit is contained in:
parent
9d36a7c013
commit
0875e697b4
10 changed files with 24 additions and 32 deletions
|
@ -9,10 +9,12 @@ max_execution_time = 120
|
|||
allow_url_fopen = false
|
||||
allow_url_include = false
|
||||
expose_php = off
|
||||
site_status = "live"
|
||||
|
||||
[Date]
|
||||
date.timezone = Etc/UTC
|
||||
|
||||
[opcache]
|
||||
opcache.validate_timestamps = off
|
||||
|
||||
[se]
|
||||
se.site_status = "live"
|
||||
|
|
|
@ -9,10 +9,12 @@ max_execution_time = 120
|
|||
allow_url_fopen = false
|
||||
allow_url_include = false
|
||||
expose_php = off
|
||||
site_status = "live"
|
||||
|
||||
[Date]
|
||||
date.timezone = Etc/UTC
|
||||
|
||||
[opcache]
|
||||
opcache.validate_timestamps = off
|
||||
|
||||
[se]
|
||||
se.site_status = "dev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue