View gist:32e9afe09564dd743966
upstream tcdb { | |
server unix:/home/tcdb/testcasedb/tmp/sockets/tcdb.socket; | |
} | |
#server { | |
#listen 80 default_server; # e.g., listen 192.168.1.1:80; |
View gist:4cab21be7401b525e21d
#! /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. |
View kandan.coffee
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 |