Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Setting local environment variables #553

Closed
trainerbill opened this issue May 11, 2015 · 2 comments
Closed

Setting local environment variables #553

trainerbill opened this issue May 11, 2015 · 2 comments
Assignees

Comments

@trainerbill
Copy link
Contributor

I am switching over from angular-fullstack-generator. They have nice process for setting local environment variables using local.env.js. Basically you put all your api creds or secrets in there and it is gitignored. It will merge the config into process.env. This is nice when you have multiple applications using the same environment variables. Does Mean.js have this type of functionality?

@jloveland
Copy link
Contributor

Does the envy folder meet your needs?
https://github.com/meanjs/mean/blob/0.4.0/config/env/development.js

On May 11, 2015, at 4:31 PM, trainerbill notifications@github.com wrote:

I am switching over from angular-fullstack-generator. They have nice process for setting local environment variables using local.env.js. Basically you put all your api creds or secrets in there and it is gitignored. It will merge the config into process.env. This is nice when you have multiple applications using the same environment variables. Does Mean.js have this type of functionality?


Reply to this email directly or view it on GitHub.

lirantal added a commit that referenced this issue May 14, 2015
Local environment variables to address issue #553
@lirantal
Copy link
Member

closing due to merged PR for this.

@trainerbill if you still think it is useful to have the same kind of app configuration that will apply environment variables you're welcome to open another issue and describe it.

@lirantal lirantal self-assigned this May 14, 2015
lirantal added a commit to lirantal/meanjs that referenced this issue May 31, 2015
lirantal added a commit that referenced this issue Jun 1, 2015
…ture-553

porting pull request from master to 0.4.0 branch: Local environment ariables to address issue #553 #557
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants