This commit is contained in:
2023-05-21 19:36:45 +02:00
parent 3d0d648ed2
commit fff4ce7441
5 changed files with 82 additions and 14 deletions

View File

@ -2,6 +2,7 @@
<configuration default="false" name="bin/www" type="NodeJSConfigurationType" path-to-js-file="bin/www" working-dir="$PROJECT_DIR$">
<envs>
<env name="DEBUG" value="pm25:*" />
<env name="MONGODB_URL" value="mongodb://localhost/pm25" />
</envs>
<EXTENSION ID="com.jetbrains.nodejs.run.NodeStartBrowserRunConfigurationExtension">
<browser url="http://localhost:3000/" />