Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const APP_CONFIG = {
  2. ENV: "develop",
  3. DEBUG: true,
  4. MAX_SIZE: 1,
  5. BYTE: 1048576,
  6. SERVICE_URL: "https://" + window.location.host + "/"
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement