About
The project file is a configuration file:
- named .tabli.yml
- that is located in the project home directory
- that defines optionally the location of the configuration files for the project
Configuration
By environment, the project file can redefine the location of:
- the variables file
envs:
development:
connections: app/conf/development/connections.ini
variables: app/conf/development/variables.yml
production:
connections: app/conf/production/connections.ini
variables: app/conf/production/variables.yml