mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
Remove OAUTH setting from .env.example
This commit is contained in:
parent
1146e61821
commit
38bf310eac
@ -82,18 +82,3 @@ PUBLIC_LOGIN_PAGE_MESSAGE=
|
|||||||
# IMMICH_WEB_URL=http://immich-web:3000
|
# IMMICH_WEB_URL=http://immich-web:3000
|
||||||
# IMMICH_SERVER_URL=http://immich-server:3001
|
# IMMICH_SERVER_URL=http://immich-server:3001
|
||||||
# IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
|
# IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
|
||||||
|
|
||||||
####################################################################################
|
|
||||||
# OAuth Setting - Optional
|
|
||||||
#
|
|
||||||
# These setting will enable OAuth login for your instance of Immich
|
|
||||||
# Folow the instructions in the page https://immich.app/docs/usage/oauth to set up your OAuth provider
|
|
||||||
####################################################################################
|
|
||||||
|
|
||||||
# OAUTH_ENABLED=false
|
|
||||||
# OAUTH_ISSUER_URL=
|
|
||||||
# OAUTH_CLIENT_ID=
|
|
||||||
# OAUTH_CLIENT_SECRET=
|
|
||||||
# OAUTH_BUTTON_TEXT=Login with OAuth
|
|
||||||
# OAUTH_AUTO_REGISTER=true
|
|
||||||
# OAUTH_SCOPE="openid profile email"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user