15 lines
438 B
YAML
15 lines
438 B
YAML
---
|
|
# TODO Move into defaults/main.yaml
|
|
databases:
|
|
rookeries:
|
|
username: rookeries
|
|
password: system_admin
|
|
|
|
# TODO Move into defaults/main.yaml
|
|
rookeries_app_name: rookeries
|
|
|
|
# The mode of the setup. Setting to "dev" enables the use of a SMTP fake server to help with development.
|
|
# TODO Move into defaults/main.yaml
|
|
rookeries_environ_type: dev
|
|
rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server"
|