add gitlab oauth2
This commit is contained in:
17
gitlab/src/main/resources/application.yml
Normal file
17
gitlab/src/main/resources/application.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
server:
|
||||
address: 127.0.0.1
|
||||
port: 8080
|
||||
|
||||
debug: true
|
||||
|
||||
spring:
|
||||
freemarker:
|
||||
template-loader-path: classpath:/templates
|
||||
suffix: .ftlh
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
registration:
|
||||
gitlab:
|
||||
client-id: 8b22a9eaee0936a6dc369e3e101c675fde7663962973cdc51e3fc67883888ea4
|
||||
client-secret: 6d38287ff1c7d4d2e2a19041c52eef3d128ca050ee9a55668870d66edee9167a
|
||||
Reference in New Issue
Block a user