mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add parameters.yml to gitignore
This commit is contained in:
parent
96e1b1db4d
commit
e052de7bb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,5 +4,6 @@ Tests/Fixtures/App/app/DoctrineMigrations/*
|
|||||||
Test/Fixtures/App/app/DoctrineMigrations/*
|
Test/Fixtures/App/app/DoctrineMigrations/*
|
||||||
Test/Fixtures/App/app/cache/*
|
Test/Fixtures/App/app/cache/*
|
||||||
Test/Fixtures/App/app/config/parameters.yml
|
Test/Fixtures/App/app/config/parameters.yml
|
||||||
|
Resources/test/Fixtures/App/app/config/parameters.yml
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
Test/Fixtures/App/app/bootstrap.php.cache
|
Test/Fixtures/App/app/bootstrap.php.cache
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
parameters:
|
|
||||||
database_host: 127.0.0.1
|
|
||||||
database_port: 5454
|
|
||||||
# database_port: 5435
|
|
||||||
database_name: postgres
|
|
||||||
database_user: postgres
|
|
||||||
database_password: postgres
|
|
||||||
locale: fr
|
|
Loading…
x
Reference in New Issue
Block a user