mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
FIX: s3BaseUrl
with small s
This commit is contained in:
parent
719a433c03
commit
7591da1e64
@ -35,7 +35,7 @@
|
||||
|
||||
Discourse.HighlightJSPath = setupData.highlightJsPath;
|
||||
|
||||
if (setupData.S3BaseUrl) {
|
||||
if (setupData.s3BaseUrl) {
|
||||
Discourse.S3CDN = setupData.s3Cdn;
|
||||
Discourse.S3BaseUrl = setupData.s3BaseUrl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user