6373
правки
Rain (обсуждение | вклад) (Ссылки на внешние руководства) |
Rain (обсуждение | вклад) (Хоть и тест-сервер, но все же уберем лишнее и приведем мануалы к одному виду.) |
||
Строка 351: | Строка 351: | ||
-- For the "sql" backend, you can uncomment *one* of the below to configure: | -- For the "sql" backend, you can uncomment *one* of the below to configure: | ||
--sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. | --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. | ||
sql = { driver = "MySQL", database = " | sql = { driver = "MySQL", database = "jabber_example_com", username = "jabberuser", password = "MYSECRETPASSWORD", host = "localhost" } | ||
--sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } | --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } | ||
Строка 379: | Строка 379: | ||
-- This secret must be set to the same value in both Prosody and the TURN server | -- This secret must be set to the same value in both Prosody and the TURN server | ||
turn_external_secret = " | turn_external_secret = "MYSUPERSECRETKEY" | ||