Change default config notecard name
* Change default config notecard name * Rename config to prim-dns config
This commit is contained in:
26
prim-dns config
Normal file
26
prim-dns config
Normal file
@@ -0,0 +1,26 @@
|
||||
# The URL for the prim-dns API
|
||||
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 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
|
||||
Reference in New Issue
Block a user