Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
ebda043b
Commit
ebda043b
authored
Mar 21, 2016
by
Paschalis Korosoglou
Browse files
ARGO-391 Make port web api is running on configurable
parent
3c619214
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/webapi/defaults/main.yml
View file @
ebda043b
---
---
api_port
:
443
cors_support
:
"
false"
cors_support
:
"
false"
roles/webapi/templates/argo-web-api.conf.j2
View file @
ebda043b
[server]
[server]
bindip = ""
bindip = ""
port =
443
port =
{{ api_port }}
maxprocs = 4
maxprocs = 4
cache = false
cache = false
lrucache = 700000000
lrucache = 700000000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment