First version
[fnpdeploy.git] / deploy_setup / templates / deployment.cfg.template
1 # Relative path to the git repository.
2 GIT_REPO="{git_dir}"
3
4
5
6 # TODO: Python specific!!!
7 # Command to create virtualenv.
8 VIRTUALENV_CMD="virtualenv --python=/usr/bin/python3"
9
10
11 # Relative path to the virtualenv.
12 VIRTUALENV_PATH="ve"
13
14 # Supervisor tasks to restart.
15 SUPERVISOR_TASKS="{service_name}"