This commit is contained in:
parent
ccaff6fe19
commit
e4c1c7e959
|
@ -39,6 +39,9 @@ func NewApp(options AppOptions) (*App, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
// FIXME: load from database
|
||||||
|
app.backend.TokenEndpoint = "https://p83.nl/auth/token"
|
||||||
|
app.backend.Me = "https://p83.nl/"
|
||||||
app.backend = backend
|
app.backend = backend
|
||||||
app.backend.AuthEnabled = options.AuthEnabled
|
app.backend.AuthEnabled = options.AuthEnabled
|
||||||
app.backend.baseURL = options.BaseURL
|
app.backend.baseURL = options.BaseURL
|
||||||
|
|
Loading…
Reference in New Issue
Block a user