Skip to content
Snippets Groups Projects
Commit 3af129a8 authored by Edward Alexander Jaya's avatar Edward Alexander Jaya
Browse files

Merge branch 'dev' into 'master'

Add screenshots

See merge request !41
parents 1055c1a6 877f3a87
Branches
Tags
1 merge request!41Add screenshots
Pipeline #25256 passed with stage
in 1 minute and 14 seconds
// Environment Variables // Environment Variables
var host = "http://192.168.1.5" var host = "http://192.168.1.5"
var backendPort = "8081" var backendPort = "8081"
var frontendPort = "3000" var frontendPort = "80"
// For development // For development
export const backendURL = host + ":" + backendPort export const backendURL = host + ":" + backendPort
export const frontendURL = host + ":" + frontendPort export const frontendURL = host + ":" + frontendPort
\ No newline at end of file
screenshots/config.png

176 KiB

screenshots/label.png

186 KiB

screenshots/login.png

100 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment