Skip to content

Instantly share code, notes, and snippets.

@schmidsi
Created July 3, 2017 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmidsi/c86ef6aed83e52c2d9cae24793423547 to your computer and use it in GitHub Desktop.
Save schmidsi/c86ef6aed83e52c2d9cae24793423547 to your computer and use it in GitHub Desktop.
ENV Vars provided by galaxy.meteor.com
Meteor.settings = {
PrerenderIO: {
token: '*',
prerenderServiceUrl: 'https://service.prerender.io'
},
'galaxy.meteor.com': {
env: {
MONGO_URL: 'mongodb://*',
ROOT_URL: 'https://staging.melonport.com'
}
},
public: {
analyticsSettings: {
'Google Analytics': [Object]
},
}
}
process.env = {
NODE_VERSION: '4.8.3',
HOSTNAME: '5f44f34d3e8a',
OLDPWD: '/',
GALAXY_APP_VERSION_ID: '5',
GALAXY_LOGGER: 'system',
UBUNTU_VERSION: '14.04.4',
PATH: '/node-v4.8.3-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
METEOR_SETTINGS: '**Meteor.settings',
GALAXY_CONTAINER_ID: '**GALAXY_APP_ID**-**KADIRA_OPTIONS_HOSTNAME**',
PWD: '/app/bundle',
MONGO_URL: 'mongodb://*',
GALAXY_APP_ID: 'asdfasdfasdf',
KADIRA_OPTIONS_HOSTNAME: 'qwer5',
ROOT_URL: 'https://staging.melonport.com',
SHLVL: '1',
HOME: '/root',
DEBIAN_FRONTEND: 'noninteractive',
PORT: '3000',
HTTP_FORWARDED_COUNT: '1',
_: '/node-v4.8.3-linux-x64/bin/node',
APP_ID: 'yxcvyxcvyxcvyxcv4',
NODE_ENV: 'production',
TEST_METADATA: '{}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment