Explorar el Código

Merge branch 'Dev' into 'Test'

Dev

See merge request crowd-2019/crowd-test-service-front!13
薛晓波 hace 5 años
padre
commit
b975020cc0
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      config/test.env.js

+ 6 - 0
config/test.env.js

@@ -0,0 +1,6 @@
+'use strict'
+module.exports = {
+  NODE_ENV: '"production"',
+  API_ROOT: '"//crowd.mooctest.net"',
+  LOGIN_URL:'"http://user.mooctest.net:8081/page/login?redirect=http%3a%2f%2fcrowd.mooctest.net%2f%23%2fmine"'
+}