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
|`OPENSHOCK__FRONTEND__BASEURL`| x ||`https://my-openshock-instance.net` or `https://shocklink.net`|
21
21
|`OPENSHOCK__FRONTEND__SHORTURL`| x ||`https://myoi.net` or `https://shockl.ink`|
22
22
|`OPENSHOCK__FRONTEND__COOKIEDOMAIN`| x ||`my-openshock-instance.net`|
23
-
|`OPENSHOCK__REDIS__CONN`| x ||`redis-server-host:6379`|
23
+
|`OPENSHOCK__REDIS__CONN`| x ||`redis-server-host:6379`|
24
24
|`OPENSHOCK__MAIL__SENDER__EMAIL`| x ||`system@my-openshock-instance.net`|
25
25
|`OPENSHOCK__MAIL__SENDER__NAME`| x ||`MyOpenShockInstance System`|
26
26
|`OPENSHOCK__MAIL__TYPE`| x ||`MAILJET`, `SMTP`|
27
27
|`OPENSHOCK__TURNSTILE__ENABLE`| x ||`true`, `false`|
28
28
|`OPENSHOCK__LCG__FQDN`| x ||`de1-gateway.my-openshock-instance.net``de1-gateway.shocklink.net`|
29
-
|`OPENSHOCK__LCG__COUNTRYCODE`| x ||`DE`|
29
+
|`OPENSHOCK__LCG__COUNTRYCODE`| x ||`DE`or `XX` as a placeholder / unknown|
30
30
31
31
Refer to the [Npgsql Connection String](https://www.npgsql.org/doc/connection-string-parameters.html) documentation page for details about `OPENSHOCK__DB_CONN`.
32
32
Refer to [StackExchange.Redis Configuration](https://stackexchange.github.io/StackExchange.Redis/Configuration.html) documentation page for details about `OPENSHOCK__REDIS__CONN`.
@@ -36,9 +36,9 @@ Refer to [StackExchange.Redis Configuration](https://stackexchange.github.io/Sta
36
36
When Turnstile enable is set to `true`, the following environment variable is required:
37
37
38
38
| Variable | Required | Default value | Allowed / Example value |
0 commit comments