Skip to content

Commit d2c3f31

Browse files
authored
chore: add additional envs
1 parent ec75261 commit d2c3f31

File tree

1 file changed

+10
-0
lines changed
  • examples/opengist

1 file changed

+10
-0
lines changed

examples/opengist/.env

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
OG_OIDC_CLIENT_KEY=<YOUR-KEY>
22
OG_OIDC_SECRET=<YOUR-SECRET>
33
OG_OIDC_DISCOVERY_URL=https://<YOUR-IDP-DOMAIN>/.well-known/openid-configuration
4+
5+
# custom assets; see https://opengist.io/docs/configuration/custom-assets.html
6+
#OG_CUSTOM_LOGO=logo.png
7+
#OG_CUSTOM_FAVICON=logo.png
8+
9+
# custom links; see https://opengist.io/docs/configuration/custom-links.html
10+
#OG_CUSTOM_STATIC_LINK_0_NAME="Legal Notices"
11+
#OG_CUSTOM_STATIC_LINK_0_PATH=legal.html
12+
#OG_CUSTOM_STATIC_LINK_1_NAME=Gitea
13+
#OG_CUSTOM_STATIC_LINK_1_PATH=https://gitea.com

0 commit comments

Comments
 (0)