Skip to content

Commit 92315ff

Browse files
feat(config, docker): switch auth preset to conf only ✨
1 parent 280513d commit 92315ff

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ ARG WAOS_VUE_api_host='localhost'
1212
ARG WAOS_VUE_api_port='3000'
1313
ARG WAOS_VUE_api_base='api'
1414
ARG WAOS_VUE_cookie='waos'
15-
ARG WAOS_VUE_sign_in=true
16-
ARG WAOS_VUE_sign_up=true
17-
ARG WAOS_VUE_oAuth_google=false
18-
ARG WAOS_VUE_oAuth_apple=false
1915

2016
# Install app dependencies & build
2117
COPY package*.json ./

src/config/defaults/development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ module.exports = {
2929
prefix: 'waos',
3030
},
3131
oAuth: {
32-
google: false, // require server side oAuth config
33-
apple: false, // require server side oAuth config
32+
google: true, // require server side oAuth config
33+
apple: true, // require server side oAuth config
3434
},
3535
analytics: {
3636
matomo: {

0 commit comments

Comments
 (0)