8 lines
195 B
INI
Executable file
8 lines
195 B
INI
Executable file
; PHP Configuration for Voice to Text Application
|
|
; Works with PHP-FPM (MAMP)
|
|
|
|
upload_max_filesize = 350M
|
|
post_max_size = 350M
|
|
max_execution_time = 1200
|
|
max_input_time = 1200
|
|
memory_limit = 512M
|