123456789101112131415161718192021222324252627 |
- #
- # MongoDB settings file
- #
- [dev]
- DatabaseName=hello_world
- HostName=tfb-database
- Port=
- UserName=
- Password=
- ConnectOptions=
- [test]
- DatabaseName=hello_world
- HostName=tfb-database
- Port=
- UserName=
- Password=
- ConnectOptions=
- [product]
- DatabaseName=hello_world
- HostName=tfb-database
- Port=
- UserName=
- Password=
- ConnectOptions=
|