mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
8 lines
140 B
PHP
8 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;
|