mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-16 13:16:14 +08:00
32 lines
328 B
INI
32 lines
328 B
INI
project.name = user
|
|
project.default_charset = UTF-8
|
|
|
|
server.index = xunsearch:8383
|
|
server.search = xunsearch:8384
|
|
|
|
[id]
|
|
type = id
|
|
|
|
[name]
|
|
type = title
|
|
|
|
[avatar]
|
|
type = string
|
|
|
|
[title]
|
|
type = string
|
|
|
|
[about]
|
|
type = body
|
|
|
|
[area]
|
|
type = string
|
|
index = self
|
|
|
|
[gender]
|
|
type = string
|
|
index = self
|
|
tokenizer = full
|
|
|
|
[vip]
|
|
type = string |