Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit2b95dae

Browse files
committed
unify port spec
1 parent1379b04 commit2b95dae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎config/dev.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Mix.Config
77
# watchers to your application. For example, we use it
88
# with brunch.io to recompile .js and .css sources.
99
config:mastani_server,MastaniServerWeb.Endpoint,
10-
http:[port:4005],
10+
http:[port:4101],
1111
debug_errors:true,
1212
code_reloader:true,
1313
check_origin:false,

‎docker/dev/loader.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cd /root/mastani_server/
44
MIX_ENV=dev mix phx.server&
55

66
cd /root/mastani_web/
7-
http-server -p5001 -s&
7+
http-server -p4000 -s&
88

99
cd /root/mastani_api_monitor/
1010
node index&

‎docker/production/loader.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
cd /root/mastani_server/
4-
MIX_ENV=prod PORT=4000 mix phx.server&
4+
MIX_ENV=prod PORT=5101 mix phx.server&
55

66
cd /root/mastani_web/
77
http-server -p 5000 -s&

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp