mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
12 lines
178 B
YAML
12 lines
178 B
YAML
django:
|
|
settings_module: PyRIGS.settings
|
|
virtualenv:
|
|
envname: myvirtualenv
|
|
foreman:
|
|
procfile: Procfile
|
|
db:
|
|
name: postgres_db
|
|
user: postgres_db
|
|
password: postgres_db
|
|
|