File: config.inc

package info (click to toggle)
php-stomp 2.0.2%2B1.0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 568 kB
  • sloc: ansic: 3,350; xml: 820; php: 119; makefile: 1
file content (4 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
1
2
3
4
<?php
define("STOMP_HOST", "localhost");
define("STOMP_PORT", 61613);
define("STOMP_ADDRESS", "tcp://" . STOMP_HOST . ":" . STOMP_PORT);