|
@@ -27,6 +27,7 @@ Fill out `config.js` as your infomation.
|
|
* `recaptchaSiteKey`: An optional security measure - if it is set, and `recaptchaSecretKey` is set, then a captcha will be required to get invited.
|
|
* `recaptchaSiteKey`: An optional security measure - if it is set, and `recaptchaSecretKey` is set, then a captcha will be required to get invited.
|
|
* `recaptchaSecretKey`: An optional security measure - if it is set, and `recaptchaSiteKey` is set, then a captcha will be required to get invited.
|
|
* `recaptchaSecretKey`: An optional security measure - if it is set, and `recaptchaSiteKey` is set, then a captcha will be required to get invited.
|
|
* `locale`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
|
|
* `locale`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
|
|
|
|
+* `subpath`: Sub-path in URL. For example, if `/example` is set, it's served in `/example`, not `/`. Default is `/`.
|
|
|
|
|
|
### Environment Variables
|
|
### Environment Variables
|
|
You can set environment variables directly or in `.env` file.
|
|
You can set environment variables directly or in `.env` file.
|
|
@@ -40,6 +41,7 @@ If you want to use a `.env` file, create a file in the root called `.env` with t
|
|
- `RECAPTCHA_SITE`: An optional security measure - used to enable reCAPTCHA.
|
|
- `RECAPTCHA_SITE`: An optional security measure - used to enable reCAPTCHA.
|
|
- `RECAPTCHA_SECRET`: An optional security measure - used to enable reCAPTCHA.
|
|
- `RECAPTCHA_SECRET`: An optional security measure - used to enable reCAPTCHA.
|
|
- `LOCALE`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
|
|
- `LOCALE`: Application language (currently `cs`, `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `pt-BR`, `tr`, `zh-CN` and `zh-TW` available).
|
|
|
|
+* `SUBPATH`: Sub-path in URL. For example, if `/example` is set, it's served in `/example`, not `/`. Default is `/`.
|
|
|
|
|
|
**Sample**
|
|
**Sample**
|
|
|
|
|