Skip to content

Commit

Permalink
[docker] Fix infra file for SSL
Browse files Browse the repository at this point in the history
And add new comment in infra file.
  • Loading branch information
jgbarah committed Oct 9, 2018
1 parent a1cacdd commit 8bc3137
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docker/mordred-infra-ssl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ orgs_file = /orgs.json
# Identities file in GrimoireLab format
identities_file = [/identities.yaml]
identities_format = grimoirelab

[panels]
# Kibitter / kibana entry point
kibiter_url = https://admin:admin@localhost:5601

2 changes: 1 addition & 1 deletion docker/mordred-infra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ identities_file = [/identities.yaml]
identities_format = grimoirelab

[panels]

# Kibitter / kibana entry point
kibiter_url = http://localhost:5601

0 comments on commit 8bc3137

Please sign in to comment.