This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
signoz
Watch
1
Star
0
Fork
0
You've already forked signoz
mirror of
https://github.com/SigNoz/signoz.git
synced
2025-12-21 17:36:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
signoz
/
frontend
/
src
/
constants
/
env.ts
4 lines
85 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Forcefully add env file
2021-02-23 20:09:28 +05:30
export
const
ENVIRONMENT
=
{
Fix(FE): Eslint Prettier are configured (#269) * fix(FE): eslint * chore: run eslint on frontend folder * chore: run eslint on src * chore: eslint fixing is updated * chore: linting errors are updated Co-authored-by: Nidhi Tandon <nidhitandon08@gmail.com>
2021-08-26 11:50:47 +05:30
baseURL
:
process?.env?.FRONTEND_API_ENDPOINT
||
''
,
Forcefully add env file
2021-02-23 20:09:28 +05:30
}
;
Reference in New Issue
Copy Permalink