SHOW:
|
|
- or go back to the newest paste.
| 1 | - | ip = GetConvar('es_couchdb_url', '127.0.0.1') -- Change to wherever your DB is hosted, use convar
|
| 1 | + | ['startingCash'] = GetConvar('es_startingCash', '0'),
|
| 2 | - | port = GetConvar('es_couchdb_port', '5984') -- Change to whatever port you have CouchDB running on, use convar
|
| 2 | + | ['startingBank'] = GetConvar('es_startingBank', '0'),
|
| 3 | - | auth = GetConvar('es_couchdb_password', 'root:1202') -- "user:password", if you have auth setup, use convar |
| 3 | + | ['defaultDatabase'] = GetConvar('es_defaultDatabase', '1'),
|
| 4 | ['enableCustomData'] = GetConvar('es_enableCustomData', '0'),
| |
| 5 | ['identifierUsed'] = GetConvar('es_identifierUsed', 'steam'),
| |
| 6 | ['commandDelimeter'] = GetConvar('commandDelimeter', '/') |