phpci/public
hek2mgl 1008a3db6e Update install.php
"Pretty printing" `config.yml` in order to make it editable by humans. `5` is just value which is looking good for me. It produces a `config.yml` like this:

    prevstage:
        - start
        - database
        - github
        - email
    b8:
        database:
            servers:
                read:
                    - localhost
                write:
                    - localhost
            name: phpci
            username: *****
            password: *****
    phpci:
        url: 'http://phpci.my.org'
        github:
            id: ''
            secret: ''
        email_settings:
            smtp_address: ''
            smtp_port: ''
            smtp_encryption: on
            smtp_username: ''
            smtp_password: ''
            from_address: ''
            default_mailto_address: ''

I guess the `prevstage` node can be replaced before writing? If yes I'll prepare that.
2013-11-13 00:48:03 +01:00
..
assets Removed Github configuration from ProjectController / ProjectForm and added it to a new settings area. 2013-10-11 21:51:23 +01:00
favicon.ico Adding favicon, fixes #71 2013-10-08 09:08:52 +01:00
index.php Holy cleanup, batman. 2013-10-10 01:01:06 +01:00
install.php Update install.php 2013-11-13 00:48:03 +01:00