mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 04:29:17 +00:00
* Better dev docker containers, Simpler production docker file, caddy for ssl * Fix repeater docker image * Add depends on * Use recommended caddy volumes & change to using databag image * move to using examples folder for installation * lint * Tested example linux on bare metal * Add DATABAG_PORT env and fix caddy * Add dev_database for local sqlite testing * incorrect use -z * Add platform goarch goos optional envs * Add more caching for faster rebuilds
23 lines
377 B
INI
23 lines
377 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{go,sh}]
|
|
indent_style = tab
|
|
|
|
[{Makefile,Caddyfile}]
|
|
indent_style = tab
|
|
|
|
[LICENSE]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|