-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 955 Bytes
/
.env.example
File metadata and controls
30 lines (24 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# The URL of your Spoolman instance (e.g. http://localhost:7912)
SPOOLMAN_URL=
# Optional: Disable SSL verification when connecting to Spoolman
# SPOOLMAN_VERIFY=false
# The IP address of your printer
PRINTER_IP=
# The serial number of your printer
PRINTER_SERIAL=
# The access code
PRINTER_ACCESS_CODE=
# Optional: The name of the custom field in Spoolman that contains the spool
# UUID. Enabling this will allow bambu-spoolman to automatically select spools
# when using BambuLab filamments.
# SPOOLMAN_SPOOL_FIELD_NAME=
# A path to a directory where bambu-spoolman can store its configuration.
BAMBU_SPOOLMAN_CONFIG=/config
# The port that bambu-spoolman should listen on.
BAMBU_SPOOLMAN_PORT=8080
# Auto create new spools in spoolman when detected
# SPOOLMAN_AUTO_CREATE_SPOOLS=true
# The spoolman field where to store the ams index
# SPOOLMAN_AMS_FIELD_NAME=ams
# The spoolman field where to store the tray index
# SPOOLMAN_AMS_FIELD_NAME=tray