mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-09 06:17:52 +00:00
22 lines
391 B
Plaintext
22 lines
391 B
Plaintext
source hostPage
|
|
{
|
|
type = mysql
|
|
|
|
sql_host = localhost
|
|
sql_user =
|
|
sql_pass =
|
|
sql_db =
|
|
sql_port = 3306 # optional, default is 3306
|
|
|
|
sql_query = \
|
|
SELECT hostPageId, metaTitle, metaDescription, metaKeywords, data, uri \
|
|
FROM hostPage WHERE timeUpdated IS NOT NULL
|
|
|
|
sql_attr_uint = hostPageId
|
|
}
|
|
|
|
index hostPage
|
|
{
|
|
source = hostPage
|
|
path =
|
|
} |