mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
sock
This commit is contained in:
parent
45dcf7214e
commit
43b794d934
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ lokole_user: lokole
|
||||||
lokole_url: /lokole
|
lokole_url: /lokole
|
||||||
lokole_uid: "2000"
|
lokole_uid: "2000"
|
||||||
lokole_run_directory: /home/{{ lokole_user }}/state
|
lokole_run_directory: /home/{{ lokole_user }}/state
|
||||||
lokole_domain_socket: "/run/lokole_gunicorn.sock"
|
lokole_log_directory: /home/{{ lokole_user }}/log
|
||||||
|
lokole_domain_socket: "{{ lokole_run_directory }}/lokole_gunicorn.sock"
|
||||||
lokole_sim_type: LocalOnly
|
lokole_sim_type: LocalOnly
|
||||||
|
|
||||||
lokole_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ lokole_url }}" # http://box.lan/lokole
|
lokole_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ lokole_url }}" # http://box.lan/lokole
|
||||||
|
|
Loading…
Reference in a new issue