Skip to content

Commit

Permalink
Doc, configuration info
Browse files Browse the repository at this point in the history
  • Loading branch information
mruz committed Jul 13, 2014
1 parent 9e84ceb commit 907bfec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

##### The base application in PhalconPHP
Use this application as a way to quick start any new project. See working [base-app](http://base-app.mruz.pl), user/pass: user user, admin admin.
#####Migration to 2.0 in progress, demo may not work properly!
***
[Documentation](http://base-app.mruz.pl/doc)
4 changes: 2 additions & 2 deletions app/documentation/views/index/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Enter the settings to connect to the database:
```ini
[database]
host = "localhost"
username = "las"
username = "baseapp"
password = "password"
dbname = "las"
dbname = "baseapp"
```
<br />
Change default hash keys. It is **very important** for safety reasons:
Expand Down

0 comments on commit 907bfec

Please sign in to comment.