Merge pull request #52 from cauerego/patch-1
authorSam <sam.saffron@gmail.com>
Mon, 7 Jul 2014 04:07:58 +0000 (14:07 +1000)
committerSam <sam.saffron@gmail.com>
Mon, 7 Jul 2014 04:07:58 +0000 (14:07 +1000)
remove commented lines of code leading space

1  2 
samples/standalone.yml

index f89ab6b801880449028496f65c8d75bd746cc74b,1575ae6e8abbac3cc9f89d8584fc4e849d81dcb0..ceec22d954d9725e0edeb9b437d7c1d53e88087b
@@@ -18,16 -18,14 +18,16 @@@ expose
    - "80:80"   # fwd host port 80   to container port 80 (http)
    - "2222:22" # fwd host port 2222 to container port 22 (ssh)
  
 -params:
 +#params:
    ## Which Git revision should this container use?
 -  version: HEAD
 +  # tests-passed is default
 +  # version: tests-passed
  
  env:
 +  LANG: en_US.UTF-8
    ## How many concurrent web requests are supported?
    ## With 2GB we recommend 3-4 workers, with 1GB only 2
-   # UNICORN_WORKERS: 3
+   #UNICORN_WORKERS: 3
    ##
    ## List of comma delimited emails that will be made admin on signup
    DISCOURSE_DEVELOPER_EMAILS: 'my-email-address@example.com'