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
972f7c3e
Commit
972f7c3e
authored
Mar 23, 2016
by
Paschalis Korosoglou
Browse files
Make variable name more specific
parent
b1fe6e53
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/webapi/defaults/main.yml
View file @
972f7c3e
---
api_port
:
443
argo_web_
api_port
:
443
cors_support
:
"
false"
roles/webapi/templates/argo-web-api.conf.j2
View file @
972f7c3e
[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