Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "hosting": {
  3. "target": "my-target",
  4. "public": "public",
  5. "region": "asia-northeast1", // attempt #1
  6. "rewrites": [
  7. {
  8. "region": "asia-northeast1", // attempt #2
  9. "source": "**",
  10. "function": "app"
  11. }
  12. ]
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement