File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
CORE/src/main/java/com/soundhive/core/conf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ private void writeDefaultConfFile(File file) throws IOException {
84
84
writer .write ("#This configuration file for SoundHive have been generated automatically. \n "
85
85
+ "#Please write one value per line. syntax is the following : key=value;"
86
86
+ "#You can set comments using hashtag.\n "
87
- + "api_base_url=http ://localhost:3000 /; #URL to access the API \n "
87
+ + "api_base_url=https ://api.soundhive.stream /; #URL to access the API \n "
88
88
+ "token_directory=./auth/token; #Directory where the JWT file is stored \n "
89
89
+ "plugin_ui_dir=./UIPlugins; #Directory where plugins jars are to be found \n "
90
90
+ "verbose=soft; # quiet = no logging ; soft = messages logging ; hard = print exceptions stack traces. \n "
91
- + "minio_url=localhost:9000/ soundhive/ #url to the minio server for file management." );
91
+ + "minio_url=https://s3. soundhive.stream/soundhive/; #url to the minio server for file management." );
92
92
writer .close ();
93
93
}
94
94
You can’t perform that action at this time.
0 commit comments