This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upstream tcdb { | |
server unix:/home/tcdb/testcasedb/tmp/sockets/tcdb.socket; | |
} | |
#server { | |
#listen 80 default_server; # e.g., listen 192.168.1.1:80; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
### # DO NOT EDIT THIS FILE! # This file will be overwritten on update. # Instead add/change your variables in /etc/default/gitlab-ci # An example defaults file can be found in lib/support/init.d/gitlab_ci.default.example ### | |
### Environment variables | |
RAILS_ENV=production | |
# Script variable names should be lower-case not to conflict with # internal /bin/sh variables such as PATH, EDITOR or SHELL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP = require 'http' | |
{EventEmitter} = require 'events' | |
Robot = require '/opt/hubot/src/robot' | |
Adapter = require '/opt/hubot/src/adapter' | |
{TextMessage,EnterMessage,LeaveMessage} = require '/opt/hubot/src/message' | |
# Faye connector |