php.ini 210 B

123456789
  1. memory_limit = 2G
  2. date.timezone = UTC
  3. xdebug.idekey = PHPSTORM
  4. xdebug.remote_autostart = 1
  5. xdebug.remote_connect_back = 0
  6. xdebug.remote_enable = 1
  7. xdebug.remote_host = 10.254.254.254
  8. xdebug.remote_port = 9001