Skip to content
Snippets Groups Projects
Select Git revision
  • c6077dfea5c5b5491f86c220f4c44f62f1dc5136
  • master default protected
  • th/caddy-wip
  • th/caddy
  • th/lego
  • th/acmebot
  • pyzabbix
  • th/keycloak
8 results

timer.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    timer.yml 569 B
    ---
    
    app_name: timer
    app_user: timer
    app_group: timer
    app_home: /var/www/timer
    app_path: /var/www/timer
    app_python_version: 3
    app_venv: /var/www/timer/venv/
    app_program: timer.py
    app_callable: app
    app_command: ""
    app_mountpoint: /timer
    app_service_env: []
    app_mules: 0
    app_enable_threads: false
    app_uwsgi_options: []
    
    app_db_name: ''
    app_db_type: ''
    
    app_additional_software: []
    
    app_deploy_key: ''
    app_git_url: 'https://github.com/YSelfTool/timer-impress.git'
    app_git_version: HEAD
    
    app_requirements_file: requirements.txt
    app_config_file: ''
    app_secret_config: false