diff --git a/.env b/.env new file mode 100644 index 0000000..52a69dc --- /dev/null +++ b/.env @@ -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 diff --git a/src/app/pages/editor/editor.page.html b/src/app/pages/editor/editor.page.html index 231d02f..3865971 100644 --- a/src/app/pages/editor/editor.page.html +++ b/src/app/pages/editor/editor.page.html @@ -8,7 +8,9 @@ - {{ pageRecord.Name }} + +
{{ pageRecord.Name }}
+