update env dan folder content
This commit is contained in:
3
.env.example
Normal file
3
.env.example
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FOLDER_PATH="public/content"
|
||||||
|
URL_BASE="ws://10.10.150.222:8080/api/v1/ws"
|
||||||
|
QUERY="user_id=QRIS&room=BANKJATIM"
|
||||||
@@ -10,9 +10,9 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
public: {
|
public: {
|
||||||
folder_path: "\\\\10.10.123.49\\qris",
|
folder_path: process.env.FOLDER_PATH,
|
||||||
url_base: "ws://10.10.150.222:8080/api/v1/ws",
|
url_base: process.env.URL_BASE,
|
||||||
query: "user_id=QRIS&room=BANKJATIM"
|
query: process.env.QUERY
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ssr:false,
|
ssr:false,
|
||||||
@@ -40,10 +40,6 @@ export default defineNuxtConfig({
|
|||||||
build: {
|
build: {
|
||||||
transpile: ['vuetify', 'socket.io-client'],
|
transpile: ['vuetify', 'socket.io-client'],
|
||||||
},
|
},
|
||||||
devServer: {
|
|
||||||
host: "10.10.150.114",
|
|
||||||
port: 3000,
|
|
||||||
},
|
|
||||||
app: {
|
app: {
|
||||||
head: {
|
head: {
|
||||||
viewport: 'width=device-width,initial-scale=1',
|
viewport: 'width=device-width,initial-scale=1',
|
||||||
|
|||||||
BIN
public/content/1.jpg
Normal file
BIN
public/content/1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 145 KiB |
BIN
public/content/2.jpg
Normal file
BIN
public/content/2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 555 KiB |
BIN
public/content/3.mp4
Normal file
BIN
public/content/3.mp4
Normal file
Binary file not shown.
BIN
public/content/4.jpg
Normal file
BIN
public/content/4.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 414 KiB |
BIN
public/content/5.jpg
Normal file
BIN
public/content/5.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 414 KiB |
Reference in New Issue
Block a user