mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
make the env vars global
This commit is contained in:
parent
970417e328
commit
a687c32cc7
1 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ sudo: false
|
|||
cache: bundler
|
||||
|
||||
env:
|
||||
global:
|
||||
- DISCOURSE_HOSTNAME=www.example.com
|
||||
- RUBY_GC_MALLOC_LIMIT=50000000
|
||||
|
||||
|
|
Loading…
Reference in a new issue