Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit b3ca979

Browse files
committed
login password in parameters.yml.dist
1 parent f9ef4aa commit b3ca979

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ app/logs/*
55
vendor/
66
app/bootstrap.php.cache
77
app/app.sqlite
8+
app/config/parameters.dist
89

910
web/config.php
1011
app/SymfonyRequirements.php
1112
app/check.php
1213
.idea/*
1314

14-
/bin/
15+
/bin/

app/config/parameters.yml renamed to app/config/parameters.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ parameters:
1818
database_name: null
1919
database_user: null
2020
database_password: null
21+
editor_password: dummy

app/config/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ security:
2020
my_memory_provider:
2121
memory:
2222
users:
23-
editor: { password: dummy, roles: 'ROLE_EDITOR' }
23+
editor: { password: %editor_password%, roles: 'ROLE_EDITOR' }
2424

2525
encoders:
2626
Symfony\Component\Security\Core\User\User: plaintext

0 commit comments

Comments
 (0)