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
e5d7022b
Commit
e5d7022b
authored
Mar 28, 2016
by
Pavlos Daoglou
Browse files
Merge pull request #68 from pkoro/web_api_minor_change
Make variable name more specific
parents
969693e7
972f7c3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/webapi/defaults/main.yml
View file @
e5d7022b
---
api_port
:
443
argo_web_
api_port
:
443
cors_support
:
"
false"
roles/webapi/templates/argo-web-api.conf.j2
View file @
e5d7022b
[server]
bindip = ""
port = {{ api_port }}
port = {{
argo_web_
api_port }}
maxprocs = 4
cache = false
lrucache = 700000000
...
...
@@ -13,4 +13,4 @@ enablecors = {{ cors_support }}
[mongodb]
host = "127.0.0.1"
port = 27017
db = "argo_core"
\ No newline at end of file
db = "argo_core"
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