Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GitHubHistory
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anastasios Lisgaras
GitHubHistory
Commits
e5d7022b
Commit
e5d7022b
authored
Mar 28, 2016
by
Pavlos Daoglou
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
roles/webapi/defaults/main.yml
roles/webapi/defaults/main.yml
+1
-1
roles/webapi/templates/argo-web-api.conf.j2
roles/webapi/templates/argo-web-api.conf.j2
+2
-2
No files found.
roles/webapi/defaults/main.yml
View file @
e5d7022b
---
---
api_port
:
443
a
rgo_web_a
pi_port
:
443
cors_support
:
"
false"
cors_support
:
"
false"
roles/webapi/templates/argo-web-api.conf.j2
View file @
e5d7022b
[server]
[server]
bindip = ""
bindip = ""
port = {{ api_port }}
port = {{ a
rgo_web_a
pi_port }}
maxprocs = 4
maxprocs = 4
cache = false
cache = false
lrucache = 700000000
lrucache = 700000000
...
@@ -13,4 +13,4 @@ enablecors = {{ cors_support }}
...
@@ -13,4 +13,4 @@ enablecors = {{ cors_support }}
[mongodb]
[mongodb]
host = "127.0.0.1"
host = "127.0.0.1"
port = 27017
port = 27017
db = "argo_core"
db = "argo_core"
\ No newline at end of file
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