mirror of
https://github.com/informaticker/uek-109-LBb.git
synced 2024-11-22 09:41:58 +01:00
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
# -----------------------------------------------------------------------------
|
|
# Secrets are stored here.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# React Dev Port
|
|
PORT=3100
|
|
GENERATE_SOURCEMAP=false #https://stackoverflow.com/questions/36051891/esri-failed-to-parse-source-map
|
|
|
|
BACKEND_URL=http://localhost:8080
|
|
|
|
# Further details regarding the build app
|
|
REACT_APP_VERSION=1.0.0
|
|
REACT_APP_NAME=$npm_package_name
|