mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 17:06:41 -06:00
9 lines
130 B
PHP
9 lines
130 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace ShlinkioTest\Shlink;
|
|
|
|
const API_TESTS_HOST = '127.0.0.1';
|
|
const API_TESTS_PORT = 9999;
|