-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.env configuration #58
Comments
@sanchit94 please check this file of our other intern: https://github.com/ChickenKyiv/loopback-tutor-intern-8/blob/frontend/.env |
@atherdon Not getting this, is it related to backend? Do I just have to create a .env file and copy this stuff? |
it's partially related to backend.
But moslty it's for storing keys and other stuff like that
.
for example: if we add google analytics - we should store at some place
key, or we have a reporting software - raven - it also have an api key. and
before this approach - all projects have a different logic. so i'm like
trying to make it looks similar
On 31-Jul-2018 at 03:13 PM, Sanchit Sharma wrote:
@atherdon <https://github.com/atherdon> Not getting this, is it related to
backend? Do I just have to create a .env file and copy this stuff?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZrDrhCPud__CofzkAT6zVr8Z4Wsn_jks5uMHQ0gaJpZM4VC7R0>
.
|
Alright, so we are storing API keys here i guess, so should I just copy the contents or do I have custom keys for the repo? |
right now i think this is not necessary. but if you want to implement it
and close this task - feel free to do it.
tell me if you need more details, related to this task
On 31-Jul-2018 at 08:53 PM, Sanchit Sharma wrote:
Alright, so we are storing API keys here i guess, so should I just copy the
contents or do I have custom keys for the repo?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABZrDjAIlK_8sk1pgg7YhlUCXnIKwo3Fks5uMMPFgaJpZM4VC7R0>
.
|
will put information about it later
The text was updated successfully, but these errors were encountered: