mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
12 lines
116 B
INI
12 lines
116 B
INI
[server]
|
|
listen = 127.0.0.1
|
|
port = 3000
|
|
|
|
[app]
|
|
cleanup = true
|
|
|
|
[database]
|
|
max_connections = 2
|
|
|
|
[languages]
|
|
vue = Vue |