Outline: Difference between revisions
imported>Onny Simplified storage configuration |
imported>Onny Simplified Dex setup |
||
Line 39: | Line 39: | ||
settings = { | settings = { | ||
issuer = "http://dex.localhost"; | issuer = "http://dex.localhost"; | ||
storage | storage.type = "sqlite3"; | ||
web.http = "127.0.0.1:5556"; | web.http = "127.0.0.1:5556"; | ||
staticClients = [ | staticClients = [ | ||
Line 82: | Line 79: | ||
}; | }; | ||
}; | }; | ||
</nowiki>}} | </nowiki>}} |