mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
16 lines
573 B
Ruby
16 lines
573 B
Ruby
##
|
|
# Skyhook Services - Config
|
|
##
|
|
|
|
# config
|
|
$skyhook_root = File.dirname(File.dirname(__FILE__.gsub(/^.\/(.*)$/, "#{ENV["PWD"]}/\\1")))
|
|
$checkout_path = "/mnt/system"
|
|
$projects_path = "#{$skyhook_root}/www/projects"
|
|
$status_file = "#{$skyhook_root}/init/status.tmp"
|
|
|
|
$nginx_config_path = "#{$skyhook_root}/etc/nginx"
|
|
$nginx_projects_config_path = "#{$nginx_config_path}/projects"
|
|
$projects_config_path = "#{$skyhook_root}/init/projects"
|
|
$actions_config_path = "#{$skyhook_root}/init/actions"
|
|
$modes_config_path = "#{$skyhook_root}/init/modes"
|