diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 10:49:29 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 10:49:29 -0500 |
commit | 5c77612ffc8d681a9351dab180fd46463da2c5ad (patch) | |
tree | ad726b04d241bc95d33069bce193d804df322951 /doc/tr_TR/env.markdown | |
parent | 5365895d8b1cd4cfdedcff05e4e27e0d9f78d232 (diff) | |
parent | f6bcaed49d8037d4a469f796eb10bf61e7cdfe71 (diff) |
Solve conflicts for Turkish translation
Diffstat (limited to 'doc/tr_TR/env.markdown')
-rw-r--r-- | doc/tr_TR/env.markdown | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tr_TR/env.markdown b/doc/tr_TR/env.markdown new file mode 100644 index 00000000..150373ce --- /dev/null +++ b/doc/tr_TR/env.markdown @@ -0,0 +1,10 @@ +Ortam Değişkenleri +===================== + +Ortam değişkenleri, Kanboard konteyner (Docker) olarak kullanıldığında yararlı olabilir. + + +| Değişken | Tanım | +|---------------|---------------------------------------------------------------------------------------------------------------------------------| +| DATABASE_URL | `[Veritabanı türü]://[kullanıcı adı]:[şifre]@[host]:[port]/[veritabanı adı]`, örnek: `postgres://foo:foo@myserver:5432/kanboard` | +| DEBUG | Hata ayıklama modunu etkinleştir/devre dışı bırak: "true" veya "false" | |