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
Open sidebar
libre
webschlocker3
Commits
547e7a00
Commit
547e7a00
authored
Dec 29, 2016
by
Michał 'rysiek' Woźniak
Browse files
bugfix
parent
880f4b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
entrypoint.sh
entrypoint.sh
+2
-0
No files found.
entrypoint.sh
View file @
547e7a00
...
...
@@ -33,6 +33,7 @@ function abort {
[
-z
${
WEBSCHLOCKER_CONFIG_API_PORT
+x
}
]
&&
WEBSCHLOCKER_CONFIG_API_PORT
=
"4567"
[
-z
${
WEBSCHLOCKER_CONFIG_API_USE_TLS
+x
}
]
&&
WEBSCHLOCKER_CONFIG_API_USE_TLS
=
"false"
[
-z
${
WEBSCHLOCKER_CONFIG_API_TLS_FINGERPRINT
+x
}
]
&&
WEBSCHLOCKER_CONFIG_API_TLS_FINGERPRINT
=
""
[
-z
${
WEBSCHLOCKER_CONFIG_API_KEY
+x
}
]
&&
WEBSCHLOCKER_CONFIG_API_KEY
=
""
# db settings
[
-z
${
WEBSCHLOCKER_DB_ADAPTER
+x
}
]
&&
WEBSCHLOCKER_DB_ADAPTER
=
"sqlite3"
...
...
@@ -163,6 +164,7 @@ production:
port:
$WEBSCHLOCKER_CONFIG_API_PORT
use_tls:
$WEBSCHLOCKER_CONFIG_API_USE_TLS
tls_fingerprint:
$WEBSCHLOCKER_CONFIG_API_TLS_FINGERPRINT
api_key:
$WEBSCHLOCKER_CONFIG_API_KEY
mailer_from:
$WEBSCHLOCKER_CONFIG_MAILER_FROM
delivery_method:
$WEBSCHLOCKER_CONFIG_DELIVERY_METHOD
sendmail_settings:
...
...
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