36 lines
971 B
Plaintext
36 lines
971 B
Plaintext
# The URL for the prim-dns API. Leave blank to disable the use of any prim-dns web service.
|
|
api = https://annapuddles.com/prim-dns/alias
|
|
|
|
# The name of the alias to register/update. If none is specified, the key of the prim is used.
|
|
alias =
|
|
|
|
# The authorization string for the registered alias.
|
|
auth =
|
|
|
|
# Whether to use a secure (https) or insecure (http) URL.
|
|
secure_url = 0
|
|
|
|
# How often to update the status text. 0 will disable the text completely.
|
|
status_update_interval = 1
|
|
|
|
# Whether to automatically start the server, or wait for another script to start it.
|
|
auto_start = 1
|
|
|
|
# Whether to automatically reboot the server when the inventory changes.
|
|
auto_reboot = 0
|
|
|
|
# Whether any hover text will be displayed
|
|
text_enabled = 1
|
|
|
|
# The colour of any hover text
|
|
text_color = <1, 1, 1>
|
|
|
|
# The opacity of any hover text
|
|
text_alpha = 1
|
|
|
|
# Whether the menu system should be enabled
|
|
enable_menus = 1
|
|
|
|
# Whether status updates should be shown in chat
|
|
enable_chat_output = 1
|