This commit is contained in:
parent
068104d20e
commit
5606fdf95c
|
@ -42,7 +42,7 @@ func NewApp(options AppOptions) (*App, error) {
|
||||||
app.backend = backend
|
app.backend = backend
|
||||||
|
|
||||||
// FIXME: load from database
|
// FIXME: load from database
|
||||||
app.backend.TokenEndpoint = "https://p83.nl/auth/token"
|
app.backend.TokenEndpoint = "https://p83.nl/authtoken"
|
||||||
app.backend.Me = "https://p83.nl/"
|
app.backend.Me = "https://p83.nl/"
|
||||||
|
|
||||||
app.backend.AuthEnabled = options.AuthEnabled
|
app.backend.AuthEnabled = options.AuthEnabled
|
||||||
|
|
Loading…
Reference in New Issue
Block a user