mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-09 23:02:41 +01:00
name setting should be with apiConfig section
This commit is contained in:
parent
79c53b849e
commit
229bf79d90
1 changed files with 1 additions and 3 deletions
|
@ -4,10 +4,8 @@ import { CURRENT_VERSION } from '../services/theme_data/theme_data.service.js'
|
||||||
import { instanceDefaultProperties } from './config.js'
|
import { instanceDefaultProperties } from './config.js'
|
||||||
|
|
||||||
const defaultState = {
|
const defaultState = {
|
||||||
// not configurable
|
|
||||||
name: 'Pleroma FE',
|
|
||||||
|
|
||||||
// Stuff from apiConfig
|
// Stuff from apiConfig
|
||||||
|
name: 'Pleroma FE',
|
||||||
registrationOpen: true,
|
registrationOpen: true,
|
||||||
server: 'http://localhost:4040/',
|
server: 'http://localhost:4040/',
|
||||||
textlimit: 5000,
|
textlimit: 5000,
|
||||||
|
|
Loading…
Add table
Reference in a new issue