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.
12 lines
269 B
12 lines
269 B
9 years ago
|
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
|