summaryrefslogtreecommitdiffstats
path: root/config/config_docker.json
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-29 14:06:15 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-29 14:06:15 -0700
commitf0a60181fee69247efd03b5197306fe08b927175 (patch)
treed890a81284b81f417cb8fcd4f2353441c11d70b6 /config/config_docker.json
parent876a9f642a3f1ae187d750e4eb469b1fa4f1a42e (diff)
downloadchat-f0a60181fee69247efd03b5197306fe08b927175.tar.gz
chat-f0a60181fee69247efd03b5197306fe08b927175.tar.bz2
chat-f0a60181fee69247efd03b5197306fe08b927175.zip
Made font type a field in the config file
Diffstat (limited to 'config/config_docker.json')
-rw-r--r--config/config_docker.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config_docker.json b/config/config_docker.json
index 2d5a34539..6d220f919 100644
--- a/config/config_docker.json
+++ b/config/config_docker.json
@@ -54,7 +54,8 @@
"PreviewWidth": 1024,
"PreviewHeight": 0,
"ProfileWidth": 128,
- "ProfileHeight": 128
+ "ProfileHeight": 128,
+ "InitialFont": "luximbi.ttf"
},
"EmailSettings": {
"ByPassEmail" : true,