forked from brokenstuff/Repetier-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repetier-server.conf
24 lines (17 loc) · 1 KB
/
repetier-server.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Start configuration for Repetier-Server
// Directory, where all printer configurations are stored. The server will activate all
// printers contained and marked active.
printer_config_directory="/Users/littwin/Documents/Projekte/Repetier-Server/Repetier-Server/configs/";
// Directory where all jobs and models get stored.
data_storage_directory="/Users/littwin/Documents/Projekte/Repetier-Server/storage/";
// Here the website for the server is stored.
website_directory="/Users/littwin/Documents/Projekte/Repetier-Server/Repetier-Server/www/";
// Where are all translations stored
languages_directory="/Users/littwin/Documents/Projekte/Repetier-Server/Repetier-Server/languages/";
// Default language if no browser language is detected
default_language="en";
// How many printer responses should be saved. If you have a normal polling frequency
// 1000 lines are a good start. More slow things down and increase memory usage.
backlogSize=1000;
// Ports where the server should listen for requests.
ports="8080";