Commit 66919597 authored by Kirill Smelkov's avatar Kirill Smelkov

X ICP number

parent 959ee176
......@@ -64,6 +64,10 @@ configuration.unicorn_worker_processes = {{ multiprocessing.cpu_count() + 1 }}
configuration.nginx_worker_processes = {{ multiprocessing.cpu_count() }}
# gitlab non-native parameters
configuration.ICP =
# for convenience
[external-url]
......
......@@ -143,6 +143,11 @@ production: &base
# rack_attack:
# git_basic_auth: ...
## Site ICP number
{% if cfg('ICP') != '' %}
ICP: cfg('ICP')
{% endif %}
# (for testing on-field maybe)
development:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment