diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-01 19:15:28 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-01 19:15:28 +0300 |
| commit | d30b0b28c9371e56ffe54b5a8b56087718221c1d (patch) | |
| tree | 2ef028c630edb52a2377e8a5ab6ee6492543afec /src/modules/instance.js | |
| parent | beb160bd537abcb7f2e147c7954886d2f51d385f (diff) | |
catch localforage error and let the application work, add an alert for user to dismiss
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index ec5f4e54..cc884317 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -8,7 +8,7 @@ const defaultState = { // Stuff from apiConfig name: 'Pleroma FE', registrationOpen: true, - server: 'http://localhost:4040/', + server: 'http://lain.com:4040', textlimit: 5000, themeData: undefined, vapidPublicKey: undefined, |
