Skip to content

Commit 0e38646

Browse files
committed
[FrameworkBundle] Add symfony-cli.yaml file
1 parent 165d1be commit 0e38646

File tree

5 files changed

+60
-0
lines changed

5 files changed

+60
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This configuration file is used by the Symfony CLI tool.
2+
# See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+
# Automatically open the application in the browser after starting the server
5+
open: true
6+
7+
http:
8+
# Use Gzip compression
9+
use_gzip: true
10+
11+
# Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+
workers:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This configuration file is used by the Symfony CLI tool.
2+
# See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+
# Automatically open the application in the browser after starting the server
5+
open: true
6+
7+
http:
8+
# Use Gzip compression
9+
use_gzip: true
10+
11+
# Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+
workers:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This configuration file is used by the Symfony CLI tool.
2+
# See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+
# Automatically open the application in the browser after starting the server
5+
open: true
6+
7+
http:
8+
# Use Gzip compression
9+
use_gzip: true
10+
11+
# Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+
workers:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This configuration file is used by the Symfony CLI tool.
2+
# See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+
# Automatically open the application in the browser after starting the server
5+
open: true
6+
7+
http:
8+
# Use Gzip compression
9+
use_gzip: true
10+
11+
# Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+
workers:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This configuration file is used by the Symfony CLI tool.
2+
# See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+
# Automatically open the application in the browser after starting the server
5+
open: true
6+
7+
http:
8+
# Use Gzip compression
9+
use_gzip: true
10+
11+
# Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+
workers:

0 commit comments

Comments
 (0)