Fixed chrome title bug, maybe
This commit is contained in:
parent
6b023caac6
commit
781d9c7bba
19
.env
Normal file
19
.env
Normal file
@ -0,0 +1,19 @@
|
||||
APP_NAME=Flitter
|
||||
APP_URL=http://localhost:8000/
|
||||
|
||||
SERVER_PORT=8000
|
||||
LOGGING_LEVEL=1
|
||||
|
||||
DATABASE_HOST=10.125.125.1
|
||||
DATABASE_PORT=27017
|
||||
DATABASE_NAME=test4
|
||||
DATABASE_AUTH=true
|
||||
DATABASE_USER=nova38
|
||||
DATABASE_PASS=135798642
|
||||
|
||||
SECRET=changeme
|
||||
ENVIRONMENT=development
|
||||
|
||||
SSL_ENABLE=false
|
||||
SSL_CERT_FILE=cert.pem
|
||||
SSL_CERT_KEY=cert.key
|
@ -8,7 +8,9 @@
|
||||
</ion-button>
|
||||
</ion-menu-toggle>
|
||||
</ion-buttons>
|
||||
<ion-title contenteditable="true" #titleBar>{{ pageRecord.Name }}</ion-title>
|
||||
<ion-title #titleBar>
|
||||
<div contenteditable="true"> {{ pageRecord.Name }} </div>
|
||||
</ion-title>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user