Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3392112
D3528.id10822.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
842 B
Referenced Files
None
Subscribers
None
D3528.id10822.diff
View Options
diff --git a/docs/dev_environment.md b/docs/dev_environment.md
--- a/docs/dev_environment.md
+++ b/docs/dev_environment.md
@@ -486,22 +486,29 @@
}
```
-Next, we’ll create a file for constructing URLs for the main app.
+Next, we’ll create files for constructing URLs for the main app.
```
-vim server/facts/app_url.json
+vim server/facts/squadcal_url.json
```
-Your `app_url.json` file should look like this:
+Your `squadcal_url.json` file should look like this:
```json
{
"baseDomain": "http://localhost",
"basePath": "/comm/",
+ "baseRoutePath": "/comm/",
"https": false
}
```
+Copy the contents of `squadcal_url.json` to a file called `commapp_url.json`.
+
+```
+cp server/facts/squadcal_url.json server/facts/commapp_url.json
+```
+
Finally, we’ll create a file for the URLs in the landing page.
```
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 1, 7:00 AM (21 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2604131
Default Alt Text
D3528.id10822.diff (842 B)
Attached To
Mode
D3528: [docs][server] update dev environment docs to reflect changes to the url json files
Attached
Detach File
Event Timeline
Log In to Comment