mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
migrate scripts to nushell
This commit is contained in:
parent
266b70339b
commit
0a16737398
10 changed files with 148 additions and 190 deletions
|
|
@ -1,2 +1 @@
|
|||
'redis' => ['host' => 'localhost'],
|
||||
//PLACEHOLDER
|
||||
|
|
|
|||
|
|
@ -8,4 +8,3 @@
|
|||
'verify_peer_name' => false,
|
||||
],
|
||||
],
|
||||
//PLACEHOLDER
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ logfile = /dev/stdout
|
|||
logfile_maxbytes = 0
|
||||
nodaemon = true
|
||||
pidfile = /var/run/supervisord.pid
|
||||
user = root
|
||||
|
||||
[unix_http_server]
|
||||
file = /var/run/supervisor.sock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue