command
Version:
v1.4.7
Opens a new window with list of versions in this module.
Published: Jun 4, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
> $ go run main.go -h
Usage
-domain string
-mongodb_host string
(default "example.com")
-mongodb_port int
(default 999)
-user_name string
-user_passwd string
Environment variables:
$EXAMPLE_DOMAIN string
$EXAMPLE_USER_NAME string
$EXAMPLE_USER_PASSWD string
$EXAMPLE_MONGODB_HOST string
(default "example.com")
$EXAMPLE_MONGODB_PORT int
(default "999")
Config file "./config.ini":
```ini
debug = true
Domain = example.com
[user]
name = ""
passwd = ""
[mongodb]
host = myhost
port = 909
exit status 2
Documentation
¶
Example with configuration file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.