Browse Source

Renamed parameters.ini to parameters.ini.dist

Jordi Boggiano 13 years ago
parent
commit
3adadbc126
3 changed files with 4 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 2 0
      README.md
  3. 1 1
      app/config/parameters.ini.dist

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 web/bundles/
+app/config/parameters.ini
 app/bootstrap*
 app/cache/*
 app/logs/*

+ 2 - 0
README.md

@@ -8,3 +8,5 @@ Installation
 
 - Clone the repository
 - Run `bin/vendors install` to get all the vendors.
+- Copy `app/config/parameters.ini.dist` to `app/config/parameters.ini` and edit
+  relevant values for your setup.

+ 1 - 1
app/config/parameters.ini → app/config/parameters.ini.dist

@@ -15,4 +15,4 @@
 
     locale            = en
 
-    secret            = 84f4c65b9cde3417ecaeedc4fb57742c
+    secret            = CHANGE_ME_IN_PROD