Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created January 22, 2019 03:00
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 astrotars/312561c61c71ec0a9e163bff58707069 to your computer and use it in GitHub Desktop.
Save astrotars/312561c61c71ec0a9e163bff58707069 to your computer and use it in GitHub Desktop.
export default {
env: process.env.NODE_ENV || 'development',
server: {
port: process.env.PORT || 8080,
},
google: {
projectId: '<YOUR_PROJECT_ID>',
bucket: '<YOUR_BUCKET_NAME>',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment