shlink/config/test/constants.php

9 lines
130 B
PHP
Raw Normal View History

2020-09-26 03:43:50 -05:00
<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink;
const API_TESTS_HOST = '127.0.0.1';
const API_TESTS_PORT = 9999;