mirror of
https://github.com/YunoHost-Apps/minchat_ynh.git
synced 2024-09-03 19:36:29 +02:00
12 lines
418 B
INI
12 lines
418 B
INI
; how often get data from serwer
|
|
interval = 2500 ; milliseconds
|
|
|
|
; authorized user:room (comma separated)
|
|
; caution: names must be valid for file names !
|
|
; :room with no user name is a room opened to any user name
|
|
; user: with no room name is a user allowed to every room
|
|
; default = single unnamed room and free user names
|
|
auth=*:
|
|
; Example:
|
|
;auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:
|
|
|