Last active
December 15, 2015 03:09
-
-
Save nakaearth/5192786 to your computer and use it in GitHub Desktop.
アクセス制限を書ける時に使うymlファイルの例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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