Skip to content

Commit dcc368b

Browse files
committed
fix: openchat remove -join suffix
1 parent 46ace39 commit dcc368b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

020-openchat-join/config.env.tmpl renamed to 020-openchat/config.env.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HTTPS_KEY_PATH="/some/where.key"
1919
HTTPS_CERT_PATH="/some/where.crt"
2020

2121
# database
22-
MONGODB_URI="$OPENCHAT_JOIN_MONGODB_URI"
22+
MONGODB_URI="$OPENCHAT_MONGODB_URI"
2323

2424
# cors
2525
ENABLED_CORS="no" # cors ('yes' or 'no'), CORS_ORIGIN is required

0 commit comments

Comments
 (0)