Skip to content

Commit

Permalink
chore: add additional envs
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 13, 2024
1 parent ec75261 commit d2c3f31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/opengist/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
OG_OIDC_CLIENT_KEY=<YOUR-KEY>
OG_OIDC_SECRET=<YOUR-SECRET>
OG_OIDC_DISCOVERY_URL=https://<YOUR-IDP-DOMAIN>/.well-known/openid-configuration

# custom assets; see https://opengist.io/docs/configuration/custom-assets.html
#OG_CUSTOM_LOGO=logo.png
#OG_CUSTOM_FAVICON=logo.png

# custom links; see https://opengist.io/docs/configuration/custom-links.html
#OG_CUSTOM_STATIC_LINK_0_NAME="Legal Notices"
#OG_CUSTOM_STATIC_LINK_0_PATH=legal.html
#OG_CUSTOM_STATIC_LINK_1_NAME=Gitea
#OG_CUSTOM_STATIC_LINK_1_PATH=https://gitea.com

0 comments on commit d2c3f31

Please sign in to comment.