1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-06 08:05:43 +03:00
shlink/config/test/constants.php

9 lines
140 B
PHP
Raw Normal View History

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