Advertisement
actuallykane

Configuration

Jan 1st, 2019
64,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. ip = GetConvar('es_couchdb_url', '127.0.0.1')   -- Change to wherever your DB is hosted, use convar
  2. port = GetConvar('es_couchdb_port', '5984')     -- Change to whatever port you have CouchDB running on, use convar
  3. auth = GetConvar('es_couchdb_password', 'root:1202')    -- "user:password", if you have auth setup, use convar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement