Skip to content

Instantly share code, notes, and snippets.

@beckysoll
Last active August 29, 2015 14:08
Show Gist options
  • Save beckysoll/8409233a3d1ce0746585 to your computer and use it in GitHub Desktop.
Save beckysoll/8409233a3d1ce0746585 to your computer and use it in GitHub Desktop.
environments portion of AS config
_environments:
dev:
- 'http://localhost*'
- '*.dev'
- '*.dev:8888'
- '*.localip'
live:
- '*.com'
- '*.org'
staging:
- '*.staging.lc'
@curtisblackwell
Copy link

Your staging value needs to be indented 2 more spaces. That might solve your problem.

@beckysoll
Copy link
Author

thanks @curtisblackwell, corrected now though sadly it's not helping me get the site to recognize environments :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment