10000 Do not use .dev anymore · TailorDev/assignees@c89a23d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Do not use .dev anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 26, 2018
1 parent df16d49 commit c89a23d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ configuration to quickly build and start it. Clone the project, then run:

$ docker-compose up -d app

The application will shortly be accessible at: http://assignees.dev:3000/.
The application will shortly be accessible at: http://assignees.localdev:3000/.

**Important:** you must configure your local DNS to be able to use
`assignees.dev` in the URL. You can edit your `/etc/hosts` file, but it is
`assignees.localdev` in the URL. You can edit your `/etc/hosts` file, but it is
recommended to install and configure
[Dnsmasq](https://en.wikipedia.org/wiki/Dnsmasq). [This link is a good
tutorial](https://passingcuriosity.com/2013/dnsmasq-dev-osx/).
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ machine:
GITHUB_ID: 123
GITHUB_SECRET: 123
SESSION_SECRET: s3cr3t
GITHUB_WEBHOOK_URL: http://assignees.dev:3000/events
GITHUB_WEBHOOK_URL: http://assignees.localdev:3000/events
GITHUB_WEBHOOK_SECRET: s3cr3t

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ services:
volumes:
- .:/usr/src/app
environment:
APP_DOMAIN: assignees.dev
APP_DOMAIN: assignees.localdev
MONGODB_URI: mongodb://db:27017/assignees
GITHUB_ID: 19383c627ba67c57fcb9
GITHUB_SECRET: 2ecf59c031dc6f9a0dad2ac739fcf0e136f20ef7
SESSION_SECRET: s3cr3t
GITHUB_WEBHOOK_URL: http://assignees.dev:3000/events
GITHUB_WEBHOOK_URL: http://assignees.localdev:3000/events
GITHUB_WEBHOOK_SECRET: Th4tIsS3cr3t
ADMIN_IDS: 217628
GITHUB_APP_ID: 19383c627ba67c57fcb9
networks:
public:
aliases: ['assignees.dev']
aliases: ['assignees.localdev']
private: ~
depends_on:
- db
Expand Down

0 comments on commit c89a23d

Please sign in to comment.
0