diff --git a/public/config.example.json b/public/config.example.json new file mode 100644 index 0000000..42b47d5 --- /dev/null +++ b/public/config.example.json @@ -0,0 +1,8 @@ +{ + "API_URL": "http://localhost:8000/api/v3/", + "APP_ENVIRONMENT": "DEVELOPMENT", + "CLIENT_NAME": "Mavorion Systems", + "CLIENT_LOGO": "/img/dolphinfav.ico", + "CLIENT_PAGE_TITLE": "Dolphin Dartachalani", + "CLIENT_PAGE_TITLE_LOGO": "/img/dolphinfav.ico" +} diff --git a/src/views/Darta/Create.vue b/src/views/Darta/Create.vue index f20ce40..32a13dd 100644 --- a/src/views/Darta/Create.vue +++ b/src/views/Darta/Create.vue @@ -1,11 +1,22 @@