Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

update generated spec/config/environment.ts #23

Open
etsuo opened this issue Mar 22, 2018 · 0 comments
Open

update generated spec/config/environment.ts #23

etsuo opened this issue Mar 22, 2018 · 0 comments

Comments

@etsuo
Copy link
Member

etsuo commented Mar 22, 2018

import * as environment from '../../src/config/environment';

...

  dbConnections: [
    ...(environment as any).dbConnections
  ],

This will make it less confusing when setting up databases. If an integrator wants their test environment to be totally different, they can change this, but by default setup tests to rely on the main environment file for less confusing initial configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant