Skip to content

Commit a894789

Browse files
authored
feat(api): modify webstorm run configurations
1 parent b074a3f commit a894789

3 files changed

+3
-3
lines changed

.run/Acceptance _ Pix Api.run.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</option>
2929
</method>
3030
</configuration>
31-
</component>
31+
</component>

.run/Integration _ Pix Api.run.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
</option>
2929
</method>
3030
</configuration>
31-
</component>
31+
</component>

.run/Unit _ Pix Api.run.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<envs>
99
<env name="NODE_ENV" value="test" />
1010
<env name="TEST_DATABASE_URL" value="postgres://should.not.reach.db.in.unit.tests" />
11-
<env name="REDIS_URL" value="" />
11+
<env name="TEST_REDIS_URL" value="" />
1212
</envs>
1313
<ui>bdd</ui>
1414
<extra-mocha-options>--exit --recursive</extra-mocha-options>

0 commit comments

Comments
 (0)