You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
> ℹ️ Issues for this repository are tracked on [Phabricator](https://phabricator.wikimedia.org/project/board/5563/) - ([Click here to open a new one](https://phabricator.wikimedia.org/maniphest/task/edit/form/1/?tags=wikibase_cloud,wbstack_api
2
2
))
3
-
>
3
+
4
4
# WBStack Platform API
5
5
## Configuration
6
6
The platform API comes in a few different flavours that can be toggled using environment variables:
@@ -9,22 +9,19 @@ The platform API comes in a few different flavours that can be toggled using env
9
9
-`ROUTES_LOAD_SANDBOX` - web routes for the public facing sandbox usecase
10
10
-`ROUTES_LOAD_BACKEND` - internal only API endpoints (non public) for all usecases
11
11
12
-
This single application could likely be split up at some point.
13
-
Everything is currently together to make use of the shared wiki management code
14
-
and query service management code.
12
+
This single application could likely be split up at some point. Everything is currently together to make use of the shared wiki management code and query service management code.
15
13
16
14
## Additional environment variables
17
15
### Contact page settings
18
-
-`WBSTACK_CONTACT_MAIL_SENDER` - The mail address of the sender address of the contact page mails.
19
-
If the address includes the placeholder `<subject>`, it gets replaced with a shorthand for the actual selected subject (`give-feedback`, `report-a-problem`, etc)
16
+
-`WBSTACK_CONTACT_MAIL_SENDER` - The mail address of the sender address of the contact page mails. If the address includes the placeholder `<subject>`, it gets replaced with a shorthand for the actual selected subject (`give-feedback`, `report-a-problem`, etc)
20
17
21
18
-`WBSTACK_CONTACT_MAIL_RECIPIENT` - The receiver address of the contact page mails
22
19
23
20
## Developing
24
21
25
22
### Install dependencies
26
23
27
-
It is recommened to install the php dependencies via a composer docker container as that contains the required php extensions:
24
+
It is recommended to install the php dependencies via a composer docker container as that contains the required php extensions:
0 commit comments