✨ Directory
This commit is contained in:
parent
48ba6ac98a
commit
0bf71fba9c
@ -11,6 +11,7 @@ func getMetadata(c *fiber.Ctx) error {
|
||||
"name": viper.GetString("name"),
|
||||
"domain": viper.GetString("domain"),
|
||||
"open_registration": !viper.GetBool("use_registration_magic_token"),
|
||||
"directory": viper.Get("directory"),
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -24,3 +24,8 @@ password = "gz937Zxxzfcd9SeH"
|
||||
[database]
|
||||
dsn = "host=localhost dbname=hy_passport port=5432 sslmode=disable"
|
||||
prefix = "passport_"
|
||||
|
||||
[[directory]]
|
||||
name = "Goatpass"
|
||||
description = "Authorization Serivce"
|
||||
link = "https://id.smartsheep.studio"
|
Loading…
Reference in New Issue
Block a user