forked from buddycloud/webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js.example
23 lines (19 loc) · 882 Bytes
/
config.js.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
define({
// Where to find your API server (defaults to the buddycloud dev server - set
// to your own server.
// Note: Browsers do not permit using self signed certificates for AJAX requests
baseUrl: 'https://demo.buddycloud.org/api/',
// Domain that you your users live on.
// For example, if your users' IDs look like [email protected], then you would
// set the homeDomain to example.com.
homeDomain: 'buddycloud.org',
// To enable oEmbed support (link previews), sign up on http://embed.ly (they
// have a free plan).
embedlyKey: '',
// If you see "some content is unencrypted" messages while browsing, change
// embedlySecure to "true".
embedlySecure: true,
// If you are a buddycloud developer you can optionally specify a port number
// to run the server on (defaults to 3000). Safely ignored by everyone else.
// port: 3000,
})