Skip to content

Instantly share code, notes, and snippets.

#! /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.
upstream tcdb {
server unix:/home/tcdb/testcasedb/tmp/sockets/tcdb.socket;
}
#server {
#listen 80 default_server; # e.g., listen 192.168.1.1:80;
@kirantpatil
kirantpatil / kandan.coffee
Created March 4, 2013 04:53
Kandan.coffee file
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