Skip to content

Commit

Permalink
Use 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 13, 2021
1 parent 63ad91c commit 0a8aa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
CONGNITO_IDP_USER_POOL_ID: ${{ secrets.CONGNITO_IDP_USER_POOL_ID }}
CONGNITO_IDP_CLIENT_ID: ${{ secrets.CONGNITO_IDP_CLIENT_ID }}
SNS_PLATFORM_APPLICATION_ARN: ${{ secrets.SNS_PLATFORM_APPLICATION_ARN }}
DATABASE_URL: mysql://vapor_username:vapor_password@localhost/vapor_database
DATABASE_URL: mysql://vapor_username:vapor_password@0.0.0.0/vapor_database

0 comments on commit 0a8aa3d

Please sign in to comment.