You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -137,11 +137,11 @@ All packaging actions are handled by [electron-builder](https://github.com/elect
137
137
138
138
# Post Release Configuration
139
139
## Deploying with pre-configured servers
140
-
You can bundle a 'servers.json' with the install will define what servers the client will connect and will populate the server list in the sidebar.
140
+
You can bundle a `servers.json` with the install which will define what servers the client will connect to and will populate the server list in the sidebar.
141
141
142
-
If this file is found, the initial "Connect to server" screen will be skipped and it will attempt to connect to the first server in the array that has been defined and drop the user right at the login screen.
142
+
If this file is found, the initial "Connect to server" screen will be skipped and it will attempt to connect to the first server in the array that has been defined and drop the user right at the login screen.
143
143
144
-
servers.jsonneeds to be placed in the %APPDATA% folder for the User not the System wide one.
144
+
The `servers.json` file needs to be placed in the `%APPDATA%` folder for the User not the System wide one.
145
145
146
146
```
147
147
%APPDATA%/Rocket.Chat+/servers.json
@@ -150,8 +150,8 @@ servers.json needs to be placed in the %APPDATA% folder for the User not the Sys
0 commit comments