mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user