mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-11-05 09:30:16 +01:00
14 lines
291 B
YAML
14 lines
291 B
YAML
#general settings
|
|
name: My fantastic App
|
|
email: andresmontanez@gmail.com
|
|
notifications: true
|
|
logging: true
|
|
verbose_logging: false
|
|
scm:
|
|
type: git
|
|
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
|
|
env:
|
|
variables:
|
|
node_path: "/bin/node"
|
|
symfony_env: prod
|