mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
[docs/config] fix config comments
This commit is contained in:
parent
9880f79248
commit
05700f3d33
@ -1,6 +1,6 @@
|
||||
gateway: # gateway config [GATEWAY__MODE]
|
||||
mode: private # gateway mode (public - allow anonymous device registration, private - protected registration) [GATEWAY__PRIVATE_TOKEN]
|
||||
private_token: 123456789 # access token for device registration in private mode
|
||||
gateway: # gateway config
|
||||
mode: private # gateway mode (public - allow anonymous device registration, private - protected registration) [GATEWAY__MODE]
|
||||
private_token: 123456789 # access token for device registration in private mode [GATEWAY__PRIVATE_TOKEN]
|
||||
http: # http server config
|
||||
listen: 127.0.0.1:3000 # listen address [HTTP__LISTEN]
|
||||
database: # database
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user