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
27274440
Commit
27274440
authored
Mar 21, 2016
by
Pavlos Daoglou
Browse files
Merge pull request #62 from pkoro/argo-391
ARGO-391 Make port web api is running on configurable
parents
3c619214
ebda043b
Changes
2
Show whitespace changes
Inline
Side-by-side
roles/webapi/defaults/main.yml
View file @
27274440
---
api_port
:
443
cors_support
:
"
false"
roles/webapi/templates/argo-web-api.conf.j2
View file @
27274440
[server]
bindip = ""
port =
443
port =
{{ api_port }}
maxprocs = 4
cache = false
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