mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 15:05:07 +00:00
![abcang](/assets/img/avatar_default.png)
* changed to run foreman with vagrant * change port specification method and database setting * delete changes of environment variable related code * hard coated the port
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
web: PORT=3000 bundle exec puma -C config/puma.rb
|
|
stream: PORT=4000 yarn run start
|
|
webpack: ./bin/webpack-dev-server --host 0.0.0.0
|