mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- Set default SSH and Samba port for testing a container. - Set default URL for running functional tests from within container. - Update instructions. Closes: #2015. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Fioddor Superconcentrado <fioddor@gmail.com>
7 lines
109 B
INI
7 lines
109 B
INI
[DEFAULT]
|
|
url = https://localhost
|
|
username = tester
|
|
password = testingtesting
|
|
ssh_port = 22
|
|
samba_port = 445
|