OP#414 halfway through aoo config
This commit is contained in:
29
templates/app.ini.erb
Normal file
29
templates/app.ini.erb
Normal file
@@ -0,0 +1,29 @@
|
||||
APP_NAME = Confdroid Git + Container Registry
|
||||
RUN_MODE = prod
|
||||
WORK_PATH = <%= @ga_working_dir %>
|
||||
CUSTOM_PATH = <%= @ga_custom_dir %>
|
||||
DATA_PATH = <%= @ga_data_dir %>
|
||||
LOG_PATH = <%= @ga_log_dir %>
|
||||
TMP_PATH = <%= @ga_tmp_dir %>
|
||||
|
||||
[repository]
|
||||
ROOT = <%= @ga_repo_dir %>
|
||||
|
||||
[repository.local]
|
||||
LOCAL_COPY_PATH = <%= @ga_tmp_dir %>/local-repository
|
||||
|
||||
[repository.upload]
|
||||
TEMP_PATH = <%= @ga_uploads_dir %>
|
||||
|
||||
[server]
|
||||
APP_DATA_PATH = <%= @ga_data_dir %>
|
||||
DOMAIN = <%= @ga_domain %>
|
||||
SSH_DOMAIN = <%= @ga_domain %>
|
||||
HTTP_PORT = <%= @ga_http_port %>
|
||||
ROOT_URL = <%= @ga_root_url %>
|
||||
DISABLE_SSH = <%= @ga_disable_ssh %>
|
||||
SSH_PORT = <%= @ga_ssh_port %>
|
||||
SSH_LISTEN_PORT = <%= @ga_ssh_port %>
|
||||
LFS_START_SERVER = <%= @ga_start_lfs %>
|
||||
START_SSH_SERVER = <%= @ga_start_ssh_server %>
|
||||
|
||||
Reference in New Issue
Block a user