This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Fix formatting (thanks Piotr Usewicz)
pull/3/head
Tuncer Ayaz
14 年之前
父節點
df4e836c4e
當前提交
eba2f097bf
共有
3 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ebin/rebar.app
+1
-1
priv/templates/simplenode.app.config
+1
-1
priv/templates/simplenode.reltool.config
+ 1
- 1
ebin/rebar.app
查看文件
@ -90,4 +90,4 @@
]}
]}
]}
]}.
]}.
+ 1
- 1
priv/templates/simplenode.app.config
查看文件
@ -6,6 +6,6 @@
{error_logger_mf_dir, "log/sasl"}, % Log directory
{error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
{error_logger_mf_maxfiles, 5} % 5 files max
]}
]}
].
+ 1
- 1
priv/templates/simplenode.reltool.config
查看文件
@ -27,4 +27,4 @@
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"},
{copy, "files/app.config", "etc/app.config"},
{copy, "files/vm.args", "etc/vm.args"}
]}.
]}.
Write
Preview
Loading…
取消
儲存