Свой сервер: подробное руководство по установке Prosody: различия между версиями

Хоть и тест-сервер, но все же уберем лишнее и приведем мануалы к одному виду.
(Ссылки на внешние руководства)
(Хоть и тест-сервер, но все же уберем лишнее и приведем мануалы к одному виду.)
Строка 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 = "prosody_EXAMPLE.COM", username = "prosodyuser", password = "3zEROPqJhF.tk", host = "localhost" }
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 = "6BuWNTSPL0$5IYM0FKdAJu6ZG7ep8sFHzAZUr4PNO6IKzwp1Vxb4wD"
turn_external_secret = "MYSUPERSECRETKEY"