Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/AplusAgency/blame/commit/5f2ec796c833907e631e907d3510324641b27228/.editorconfig
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[docker-compose.yml]
|
|
|
|
indent_size = 4
|