12 lines
255 B
JSON
12 lines
255 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "portfolio-php",
|
|
"runtimeExecutable": "php",
|
|
"runtimeArgs": ["-d", "post_max_size=20M", "-d", "upload_max_filesize=20M", "-S", "localhost:8090"],
|
|
"port": 8090
|
|
}
|
|
]
|
|
}
|