Skip to content

Commit

Permalink
Merge pull request #33 from redBorder/bugfix/#17916_memcached_no_serv…
Browse files Browse the repository at this point in the history
…ers_available

Bugfix/#17916 memcached no servers available by @jsotofernandez
  • Loading branch information
nilsver authored Jul 25, 2024
2 parents 8d26498 + 97176d8 commit 4116336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resources/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
attribute :group, kind_of: String, default: 'webui'
attribute :port, kind_of: Integer, default: 8001
attribute :hosts, kind_of: Array, default: ['localhost']
attribute :memcached_servers, kind_of: Array, default: ['localhost']
attribute :memcached_servers, kind_of: Array, default: lazy { [`hostname -s`.chomp] }
attribute :hostname, kind_of: String
attribute :cdomain, kind_of: String, default: 'redborder.cluster'
attribute :web_dir, kind_of: String, default: '/var/www/rb-rails'
Expand Down

0 comments on commit 4116336

Please sign in to comment.