game2006admin/.env.production
2024-08-19 10:46:24 +08:00

8 lines
137 B
Plaintext

# just a flag
ENV = 'production'
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'https://adminapi.cebggame.com/api/v1'