mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
16 lines
308 B
YAML
16 lines
308 B
YAML
---
|
|
# This part is not secure and should only be used for development!
|
|
server:
|
|
hostname: 127.0.0.1:8081
|
|
basePath: /sso
|
|
cookies:
|
|
domain: 127.0.0.1
|
|
insecure: true
|
|
|
|
portals:
|
|
- name: "main"
|
|
providers:
|
|
- github:
|
|
clientID: XXXXXXXXXXXXXX
|
|
clientSecret: YYYYYYYYYYYYYYYYYYYYY
|