Add the right arguments to the bootstrap procedure.
parent
c6328bd174
commit
94ee24c777
|
@ -16,7 +16,7 @@
|
|||
-module(dudeswave_app).
|
||||
-behaviour(application).
|
||||
|
||||
-export([start/2, stop/1]).
|
||||
-export([bootstrap/3, start/2, stop/1]).
|
||||
|
||||
-define(APPBUCKET, dudeswave).
|
||||
-define(USERSBUCKET, dudes).
|
||||
|
@ -49,4 +49,4 @@ stop(_State) ->
|
|||
%
|
||||
% Bootstrap procedure to be completed
|
||||
%
|
||||
bootstrap(_Bucket) -> ok.
|
||||
bootstrap(_Admin, _Password, _Nodes) -> ok.
|
||||
|
|
Loading…
Reference in New Issue