I have created new project and download from here https://github.com/sulu/sulu-minimal, but i don't know in which file has database configuration option.
Asked
Active
Viewed 78 times
2 Answers
0
Are you running already Sulu 2.0 (develop branch) or Sulu 1.6 (master branch)?
In 2.0 it is in the .env file, and it can be configurate as described in the Symfony Documentation.
In 1.6 there is a file at app/config/parameters.yml
, which is copied from the app/config/parameters.yml.dist
file. There the database can be configured with all the parameters starting with database_
.

Daniel Rotter
- 1,998
- 2
- 16
- 33
0
Okay, I Got it. In sulu 1.6, I know how to configure database. But in Sulu 2.0, I don't know how to configure database?

Tiago Jacobi
- 9
- 3