mirror of
https://github.com/Studio3T/robomongo.git
synced 2025-12-04 16:25:19 -05:00
Page:
Robomongo Config File
Pages
Build Robomongo (0.8.x 0.9.0 RC9)
Feature Spec
Home
How Welcome Tab works
How to export to CSV
How to use SSH port forwarding with Robo 3T
New Release Check List
Notes: Upgrade to MongoDB 4.0
Package Robomongo
Qt Build System
Restore connection strings from versions below 0.9.0 RC2
Robo 3T Schematics: Build, Class and UI Diagrams
Robomongo Code Quality
Robomongo Code Review
Robomongo Coding Style
Robomongo Config File Guide
Robomongo Config File
Robomongo Cplusplus 11, 14 Transition Guide
Robomongo ECMAScript 2015 (aka ES6) Support
Static Code Analysis
Tests
Translator's guide
Unit Tests
Upgrade Guide From MongoDB 3.2 to 3.4 and 3.4 to 4.0
Upgrade Guide to MongoDB 4.2 from 4.0
macOS Upgrade Guide
No results
1
Robomongo Config File
Gökhan Şimşek edited this page 2020-08-11 14:47:21 +03:00
Showing two methods to locate active config file.
Method 1)
Start Robomongo, select Logs button on bottom-left corner of program's main window
5:00:38 PM Info: Settings saved to: C:/Users/some_user/.3T/robo-3t/1.1.1/robo3t.json
Method 2)
Robomongo config file locations:
Windows
1.1 and later
C:\Users\<user>\.3T\robo-3t\1.1.1\robo3t.json
1.0
C:\Users\<user>\.3T\robomongo\1.0.0\robomongo.json
1.0-RC1
C:\Users\<user>\.config\robomongo\1.0\robomongo.json
0.9.x
C:\Users\<user>\.config\robomongo\0.9\robomongo.json
0.8.x
C:\Users\<user>\.config\robomongo\robomongo.json
macOS
1.1 and later
/Users/<user>/.3T/robo-3t/1.1.1/robo3t.json
1.0
/Users/<user>/.3T/robomongo/1.0.0/robomongo.json
1.0-RC1
/Users/<user>/.config/robomongo/1.0/robomongo.json
0.9.x
/Users/<user>/.config/robomongo/0.9/robomongo.json
0.8.x
/Users/<user>/.config/robomongo/robomongo.json
Linux
1.1 and later
/home/<user>/.3T/robo-3t/1.1.1/robo3t.json
1.0
/home/<user>/.3T/robomongo/1.0.0/robomongo.json
1.0-RC1
/home/<user>/.config/robomongo/1.0/robomongo.json
0.9.x
/home/<user>/.config/robomongo/0.9/robomongo.json
0.8.x
/home/<user>/.config/robomongo/robomongo.json