diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/auth.d/github.conf.example | 10 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/conf/auth.d/github.conf.example b/conf/auth.d/github.conf.example new file mode 100644 index 00000000..976c1ed0 --- /dev/null +++ b/conf/auth.d/github.conf.example @@ -0,0 +1,10 @@ +# This is an example of GitHub authentication +# +id = 106 +type = github +name = GitHub OAuth 2.0 +is_activated = true + +[config] +api_endpoint = https://api.github.com/ + diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 5966fdbc..7b558d75 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -1151,6 +1151,7 @@ auths.delete_auth_desc = This authentication is going to be deleted, do you want auths.still_in_used = This authentication is still used by some users, please delete or convert these users to another login type first. auths.deletion_success = Authentication has been deleted successfully! auths.login_source_exist = Login source '%s' already exists. +auths.github_api_endpoint = API Endpoint config.not_set = (not set) config.server_config = Server Configuration |