You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get started you only need to configure the URI of your JIRA server and some user credentials (unless anonymous access is allowed). There are two ways to configure the application:
57
57
58
-
### Config file
58
+
### Configuration file
59
59
60
-
Create a configuration file with the `.toml` extension and set it up like this:
60
+
Create a file with the `.toml` extension and set it up like this:
61
61
62
62
```toml
63
63
[jira]
@@ -68,18 +68,28 @@ password = "somepassword"
68
68
69
69
### Environment variables
70
70
71
-
Set environment variables for the configuration options according to the following pattern: `<section>_<key>=<value>`. Compare this example with the above config file example to see the similarity:
71
+
Environment variables should follow the pattern: `<section>_<key>`. Compare these examples with the above config file example to see the similarity:
72
+
73
+
#### Configuring environment variables on Linux/OS X
0 commit comments