mirror of https://github.com/fspc/workstand.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
399 B
14 lines
399 B
sudo: yes
|
|
# Application settings
|
|
app_name: bikeshop
|
|
app_user: "{{ app_name }}"
|
|
webapps_dir: /srv
|
|
settings_module: bikeshop.settings.{{ group_names[0] }}
|
|
app_dir: "{{ webapps_dir }}/{{ app_name }}"
|
|
venv: /opt/venv/{{ app_name }}-{{ group_names[0] }}
|
|
|
|
db_name: "{{ app_name }}_development"
|
|
db_user: "{{ app_name }}"
|
|
|
|
db_user_password: "{{ secret_db_user_password }}"
|
|
secret_db_user_password: password
|
|
|