File: bootstrap.php

package info (click to toggle)
php-pda-pheanstalk 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 836 kB
  • sloc: php: 4,604; xml: 19; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
<?php

declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';

define('SERVER_HOST', (string) getenv('SERVER_HOST'));
define('UNIX_SERVER_HOST', (string) getenv('UNIX_SERVER_HOST'));