Add list of sites to config.
This commit is contained in:
5
config/env/lottery.config.example.js
vendored
5
config/env/lottery.config.example.js
vendored
@@ -8,5 +8,6 @@ module.exports = {
|
||||
gatewayToken: undefined,
|
||||
vinmonopoletToken: undefined,
|
||||
googleanalytics_trackingId: undefined,
|
||||
googleanalytics_cookieLifetime: 60 * 60 * 24 * 14
|
||||
};
|
||||
googleanalytics_cookieLifetime: 60 * 60 * 24 * 14,
|
||||
sites: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user