Compare commits
2 commits
a51a04290a
...
b007086335
| Author | SHA1 | Date | |
|---|---|---|---|
| b007086335 | |||
| 1c53c8d658 |
2 changed files with 6 additions and 5 deletions
6
.env
6
.env
|
|
@ -1,6 +1,6 @@
|
|||
#VITE_BACKEND=http://localhost:4320/api/
|
||||
# VITE_BACKEND=http://localhost:4320/api/
|
||||
# VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/api/
|
||||
VITE_BACKEND=http://localhost/esign-server/api/
|
||||
VITE_BACKEND=http://192.168.7.183/esign-server/api/
|
||||
|
||||
VITE_PESO=₱
|
||||
VITE_PUBLICIP=58.69.136.59
|
||||
VITE_PUBLICIP=58.69.136.59
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
services:
|
||||
e-sign:
|
||||
container_name: e-sign
|
||||
esign:
|
||||
container_name: esign
|
||||
image: ocbo/esign:latest
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue