1
0
mirror of https://github.com/fspc/workstand.git synced 2025-03-13 01:43:22 -04:00

12 lines
269 B
YAML
Raw Normal View History

2016-03-23 16:29:28 -06:00
postgresql_postgis: yes
app_dir: "{{ webapps_dir }}/{{ app_name }}"
db_name: "{{ app_name }}_production"
db_user: "{{ app_name }}"
db_user_password: "{{ secret_db_user_password }}"
django_key: "{{ secret_django_key }}"
app_domain_name: shop.bcbc.bike
app_port: 9999