shlink/config/test/constants.php

9 lines
140 B
PHP
Raw Normal View History

2020-09-26 11:43:50 +03:00
<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink;
const SWOOLE_TESTING_HOST = '127.0.0.1';
const SWOOLE_TESTING_PORT = 9999;