Skip to content

Instantly share code, notes, and snippets.

@hito-asa
Forked from nakaearth/access.yml
Last active December 15, 2015 16:39
Show Gist options
  • Select an option

  • Save hito-asa/5290909 to your computer and use it in GitHub Desktop.

Select an option

Save hito-asa/5290909 to your computer and use it in GitHub Desktop.

Revisions

  1. Hitoshi Asai revised this gist Apr 2, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion access.yml
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ localhost: &localnet
    /admin/user:
    - [ip address]
    development:
    <<: *localnet
    <<: *localnet
    test:
    <<: *localnet
    production:
  2. @nakaearth nakaearth revised this gist Mar 19, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions access.yml
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,9 @@ localhost: &localnet
    /admin/user:
    - [ip address]
    development:
    «: *localnet
    <<: *localnet
    test:
    «: *localnet
    <<: *localnet
    production:
    /admin/point:
    - [ip address]
  3. @nakaearth nakaearth revised this gist Mar 19, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion access.yml
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    localhost: &amp;localnet
    localhost: &localnet
    /admin/user:
    - [ip address]
    development:
  4. @nakaearth nakaearth revised this gist Mar 19, 2013. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions access.yml
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    localhost: &amp;localnet
    /admin/user:
    - [ip address]
    /admin/user:
    - [ip address]
    development:
    «: *localnet
    test:
  5. @nakaearth nakaearth created this gist Mar 19, 2013.
    10 changes: 10 additions & 0 deletions access.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    localhost: &amp;localnet
    /admin/user:
    - [ip address]
    development:
    «: *localnet
    test:
    «: *localnet
    production:
    /admin/point:
    - [ip address]