mirror of https://github.com/YGGverse/YGGo.git
phpyggdrasilcrawlermysqljs-lessalt-websphinxspideropen-sourcedistributedwebsearch-enginesphinxsearchfederativeweb-archivepdocurlparserfts5privacy-oriented
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
361 B
22 lines
361 B
2 years ago
|
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
|
||
|
|
||
|
sql_attr_uint = hostPageId
|
||
|
}
|
||
|
|
||
|
index hostPage
|
||
|
{
|
||
|
source = hostPage
|
||
|
path =
|
||
|
}
|