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/base url (#212) * env is updated * webpack config is updated * webpack config is updated * dotenv-expanded is removed * vars is updated * env is updated * docker ignore is updated * webpack config is updated * dev and build is updarted with the progress arguments * config is updated
2021-07-29 17:35:43 +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