Advertisement
Guest User

Untitled

a guest
Jan 14th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1.     authentication = "phpbb3"
  2.     sql = {
  3.         driver = "MySQL";
  4.         database = REMOVED; -- The database name to use. For SQLite3 this the database filename (relative to the data storage directory).
  5.         host = "localhost"; -- The address of the database server (delete this line for Postgres)
  6.         port = REMOVED; -- For databases connecting over TCP
  7.         username = REMOVED; -- The username to authenticate to the database
  8.         password = REMOVED; -- The password to authenticate to the database
  9.     }
  10. Include "../mods-enabled/*.lua"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement