Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active December 15, 2015 03:09
Show Gist options
  • Save nakaearth/5192786 to your computer and use it in GitHub Desktop.
Save nakaearth/5192786 to your computer and use it in GitHub Desktop.
アクセス制限を書ける時に使うymlファイルの例
localhost: &localnet
/admin/user:
- 192.168.111.22
development:
<<: *localnet
test:
<<: *localnet
production:
/admin/point:
- 56.2.107.111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment