mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 00:38:46 +03:00
9 lines
140 B
PHP
9 lines
140 B
PHP
|
<?php
|
||
|
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace ShlinkioTest\Shlink;
|
||
|
|
||
|
const SWOOLE_TESTING_HOST = '127.0.0.1';
|
||
|
const SWOOLE_TESTING_PORT = 9999;
|