Skip to content

Instantly share code, notes, and snippets.

View GitsMcGee's full-sized avatar

Joe Zulli GitsMcGee

View GitHub Profile

Intercom user_hash

Remember that your secret key should never be exposed to the public

  • So Javascript code below should only be used for testing unless modified and used to run on a server

Keybase proof

I hereby claim:

  • I am GitsMcGee on github.
  • I am zulli (https://keybase.io/zulli) on keybase.
  • I have a public key whose fingerprint is 016D F0BE 3BD2 74A3 DA25 F4EC 1E31 AD38 3049 6143

To claim this, I am signing this object:

@GitsMcGee
GitsMcGee / circle.yml
Created December 14, 2014 22:42
CircleCI config for Play 2.3 and Elastic Beanstalk
machine:
environment:
JAVA_TOOL_OPTIONS: '-Dfile.encoding=UTF8 -Duser.timezone=UTC'
_JAVA_OPTIONS: '-Xms512m -Xmx1024m -Xss2m'
java:
version: oraclejdk8
python:
version: 2.7.6
services:
- docker