You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ENV` - `production` or `development`; *default*: `development` - passing this env. variable will use the default configuration paths - [`docs/config/ganache.toml`](./docs/config/ganache.toml) (for `development`) or [`docs/config/prod.toml`](./docs/config/prod.toml) (for `production`). Otherwise you can pass your own configuration file path to the binary (check `cargo run -p sentry --help` for more information). ~~In `development` it will make sure Sentry to seed the database~~ (seeding is disabled, see #514).
140
140
-`PORT` - *default*: `8005` - The local port that Sentry API will be accessible at
141
141
-`IP_ADDR` - *default*: `0.0.0.0` - the IP address that the API should be listening to
142
+
-`SEED_DB` - *default*: `false` - Flag telling us whether we should seed the database, it can only be turned on for `development`
0 commit comments