16 lines
459 B
JSON
16 lines
459 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(php -v)",
|
|
"Bash(npm -v)",
|
|
"Bash(mysql --version)",
|
|
"Bash(php -r ' *)",
|
|
"Bash(php datacenter_tmp/artisan --version)",
|
|
"Bash(npm run *)",
|
|
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://127.0.0.1:8741/login)",
|
|
"Bash(curl -s -o /dev/null -w \"HTTP %{http_code}\\\\n\" http://127.0.0.1:8741/)",
|
|
"Bash(curl -s http://127.0.0.1:8741/login)"
|
|
]
|
|
}
|
|
}
|