Skip to content

Commit a250c3b

Browse files
authored
Merge pull request #2903 from EightM/fix/default_config
fix: copy paste issue
2 parents b708cf8 + c5e254a commit a250c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/configuration/LanguageServerConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ public class LanguageServerConfiguration {
109109
@Setter(value = AccessLevel.NONE)
110110
private File configurationFile;
111111

112-
@Value("${app.configuration.path}:.bsl-language-server.json")
112+
@Value("${app.configuration.path:.bsl-language-server.json}")
113113
@JsonIgnore
114114
private String configurationFilePath;
115115

116-
@Value(("${app.globalConfiguration.path}:${user.home}/.bsl-language-server.json"))
116+
@Value(("${app.globalConfiguration.path:${user.home}/.bsl-language-server.json}"))
117117
@JsonIgnore
118118
private String globalConfigPath;
119119

0 commit comments

Comments
 (0)