File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
security-bundle/etc/packages Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Put parameters here that don't need to change on each machine where the app is deployed
2
- # http ://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
2
+ # https ://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
3
3
parameters :
4
4
5
5
services :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ framework:
5
5
# http_method_override: true
6
6
# trusted_hosts: null
7
7
# trusted_proxies: null
8
- # http ://symfony.com/doc/current/reference/configuration/framework.html#handler-id
8
+ # https ://symfony.com/doc/current/reference/configuration/framework.html#handler-id
9
9
# session:
10
10
# handler_id: session.handler.native_file
11
11
# save_path: "%kernel.root_dir%/../var/sessions/%kernel.environment%"
Original file line number Diff line number Diff line change 45
45
" 1. Execute the <comment>make serve</comment> command;" ,
46
46
" 2. Browse to the <comment>http://localhost:8000/</comment> URL." ,
47
47
" " ,
48
- " * <fg=blue>Read</> the documentation at <comment>http ://symfony.com/doc</comment>"
48
+ " * <fg=blue>Read</> the documentation at <comment>https ://symfony.com/doc</comment>"
49
49
]
50
50
}
Original file line number Diff line number Diff line change 15
15
if (getenv ('APP_DEBUG ' )) {
16
16
// WARNING: You should setup permissions the proper way!
17
17
// REMOVE the following PHP line and read
18
- // http ://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
18
+ // https ://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup
19
19
umask (0000 );
20
20
21
21
// This check prevents access to debug front controllers that are deployed by accident to production servers.
Original file line number Diff line number Diff line change 1
1
security :
2
- # http ://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
2
+ # https ://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
3
3
providers :
4
4
in_memory : { memory: null }
5
5
firewalls :
@@ -12,7 +12,7 @@ security:
12
12
# activate different ways to authenticate
13
13
14
14
# http_basic: null
15
- # http ://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
15
+ # https ://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
16
16
17
17
# form_login: null
18
- # http ://symfony.com/doc/current/cookbook/security/form_login_setup.html
18
+ # https ://symfony.com/doc/current/cookbook/security/form_login_setup.html
You can’t perform that action at this time.
0 commit comments