Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
···44 public: {
55 API_URL: '',
66 tide: {
77- contentApi: {
88- // These can be overridden via environment variables eg: NUXT_PUBLIC_TIDE_CONTENT_API_BASE_URL
99- // See https://nuxt.com/docs/api/configuration/nuxt-config#runtimeconfig for more info
1010- baseUrl: 'https://develop.content.reference.sdp.vic.gov.au',
1111- site: '8888'
1212- },
77+ // These can be overridden via environment variables eg: NUXT_PUBLIC_TIDE_BASE_URL
88+ // See https://nuxt.com/docs/api/configuration/nuxt-config#runtimeconfig for more info
99+ baseUrl: 'https://develop.content.reference.sdp.vic.gov.au',
1010+ site: '8888',
1311 appSearch: {
1412 searchKey: '',
1513 endpointBase: '',
···88 public: {
99 API_URL: '',
1010 tide: {
1111- contentApi: {
1212- // NOTE: These are default values and can be left as is.
1313- // These can be overridden via environment variables eg: NUXT_PUBLIC_TIDE_CONTENT_API_BASE_URL and NUXT_PUBLIC_TIDE_CONTENT_API_SITE instead
1414- // See https://nuxt.com/docs/api/configuration/nuxt-config#runtimeconfig for more info
1515- baseUrl: 'https://develop.content.reference.sdp.vic.gov.au/',
1616- site: '8888'
1717- },
1111+ // NOTE: These are default values and can be left as is.
1212+ // These can be overridden via environment variables eg: NUXT_PUBLIC_TIDE_CONTENT_API_BASE_URL and NUXT_PUBLIC_TIDE_CONTENT_API_SITE instead
1313+ // See https://nuxt.com/docs/api/configuration/nuxt-config#runtimeconfig for more info
1414+ baseUrl: 'https://develop.content.reference.sdp.vic.gov.au/',
1515+ site: '8888',
1816 appSearch: {
1917 searchKey: '',
2018 endpointBase: '',