Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit d4b9054

Browse files
author
Mangled Deutz
committed
Secret key was removed earlier.
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent 73c193a commit d4b9054

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

config/config_mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# The `common' part is automatically included (and possibly overriden by all
22
# other flavors)
33
common:
4-
secret_key: REPLACEME
54
mirroring:
65
source: https://registry-1.docker.io
76
source_index: https://index.docker.io

config/config_sample.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ openstack:
100100
<<: *glance
101101

102102
# This flavor stores the images in Glance (to integrate with openstack)
103-
# and tags in Swift.
103+
# and tags in Swift.
104104
glance-swift: &glance-swift
105105
<<: *swift
106106
storage: glance
@@ -128,8 +128,6 @@ elliptics:
128128
dev: &dev
129129
<<: *local
130130
search_backend: _env:SEARCH_BACKEND:sqlalchemy
131-
# gunicorn will set this automatically if unset in dev mode
132-
secret_key: _env:SECRET_KEY:secret
133131

134132
# This flavor is automatically used by unit tests
135133
test:

0 commit comments

Comments
 (0)