You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
360 B
17 lines
360 B
## |
|
## strider.cf -- StriderCD configuration |
|
## |
|
|
|
SERVER_NAME=http://127.0.0.1:3000 |
|
HOST=127.0.0.1 |
|
PORT=3000 |
|
CONCURRENT_JOBS=1 |
|
STRIDER_CLONE_DEST=@l_prefix@/var/strider/repo |
|
DB_URI=mongodb://strider:strider@127.0.0.1/strider |
|
SMTP_HOST=mail.example.com |
|
SMTP_PORT=587 |
|
SMTP_USER="" |
|
SMTP_PASS="" |
|
SMTP_FROM="Strider <noreply@stridercd.com>" |
|
BODY_PARSER_LIMIT=16384 |
|
|
|
|