mirror of
https://github.com/github/codeql.git
synced 2026-02-23 02:13:41 +01:00
8 lines
145 B
YAML
8 lines
145 B
YAML
password: $$SOME_VAR
|
|
config: |
|
|
[mail]
|
|
host = smtp.mydomain.com
|
|
port = 25
|
|
username = sample_admin@mydomain.com
|
|
password = abc
|