Skip to content

Commit

Permalink
Improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 17, 2011
1 parent f1e3438 commit 07b2e43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Expand Up @@ -88,6 +88,10 @@ Sample Configuration
# options: {}
# attributes: {}

You can create a `propel.ini` file in `app/config` and put build properties (see [Build properties Reference](http://www.propelorm.org/wiki/Documentation/1.6/BuildConfiguration)).

This comment has been minimized.

Copy link
@fzaninotto

fzaninotto Apr 18, 2011

Member

Why not use Symfony's configuration files, using a certain namespace, for that purpose?

This comment has been minimized.

Copy link
@willdurand

willdurand Apr 18, 2011

Author

Something like:

propel:
    build_properties:
        xxxx.xxxxx: XXXXX
        xxxx.xxx.xxxxx: XXXXX

This comment has been minimized.

Copy link
@fzaninotto

fzaninotto Apr 18, 2011

Member

indeed

This comment has been minimized.


# in app/config/propel.ini
xxxx.xxxx.xxxx = XXXX

### Sample Schema

Expand Down
4 changes: 4 additions & 0 deletions README.markdown
Expand Up @@ -88,6 +88,10 @@ Sample Configuration
# options: {}
# attributes: {}

You can create a `propel.ini` file in `app/config` and put build properties (see [Build properties Reference](http://www.propelorm.org/wiki/Documentation/1.6/BuildConfiguration)).

# in app/config/propel.ini
xxxx.xxxx.xxxx = XXXX

### Sample Schema

Expand Down

0 comments on commit 07b2e43

Please sign in to comment.