summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yml2
-rw-r--r--frontend/README.md6
-rw-r--r--frontend/public/robots.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 917312ea..6338e3d0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -20,7 +20,7 @@ services:
- OPENDC_DB_HOST=mongo
- OPENDC_FLASK_SECRET
- OPENDC_OAUTH_CLIENT_ID
- - REACT_APP_OAUTH_CLIENT_ID="${OPENDC_OAUTH_CLIENT_ID}"
+ - REACT_APP_OAUTH_CLIENT_ID=${OPENDC_OAUTH_CLIENT_ID}
- OPENDC_ROOT_DIR
- OPENDC_SERVER_BASE_URL
diff --git a/frontend/README.md b/frontend/README.md
index c18e18d2..14b2479f 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -59,11 +59,11 @@ All pages are represented by a component in the `src/pages` directory. There are
**Home.js** - Entry page (`/`)
-**Projects.js** - Overview of simulations of the user (`/simulations`)
+**Projects.js** - Overview of projects of the user (`/projects`)
-**App.js** - Main application, with datacenter construction and simulation UI (`/simulations/:simulationId` and `/simulations/:simulationId/experiments/:experimentId`)
+**App.js** - Main application, with datacenter construction and simulation UI (`/projects/:projectId` and `/projects/:projectId/experiments/:experimentId`)
-**Experiments.js** - Overview of experiments of the current simulation (`/simulations/:simulationId/experiments`)
+**Experiments.js** - Overview of experiments of the current project (`/projects/:projectId/experiments`)
**Profile.js** - Profile of the current user (`/profile`)
diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt
index 165a1ea9..1c6094ce 100644
--- a/frontend/public/robots.txt
+++ b/frontend/public/robots.txt
@@ -1,3 +1,3 @@
User-agent: *
-Disallow: /simulations/
+Disallow: /projects/
Disallow: /profile/