File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed
Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1+ APP_DB_NAME_BASE=nildb
2+ APP_DB_URI=mongodb://localhost:27017
3+ APP_ENABLED_FEATURES=openapi,metrics,migrations
4+ APP_LOG_LEVEL=debug
5+ APP_METRICS_PORT=9091
6+ APP_NILAUTH_BASE_URL=http://127.0.0.1:30921
7+ APP_NILAUTH_PUBLIC_KEY=03520e70bd97a5fa6d70c614d50ee47bf445ae0b0941a1d61ddd5afa022b97ab14
8+ APP_NODE_SECRET_KEY=d5cf0b58964c516465d228be9330a047cb09bcdc7aaabea6485e1152182967fa
9+ APP_NODE_PUBLIC_ENDPOINT=http://localhost:8080
10+ APP_PORT=8080
Original file line number Diff line number Diff line change 1+ APP_DB_NAME_BASE=test_nildb
2+ APP_DB_URI=mongodb://localhost:30017
3+ APP_ENABLED_FEATURES=openapi,migrations
4+ APP_LOG_LEVEL=debug
5+ APP_METRICS_PORT=9091
6+ APP_NILAUTH_BASE_URL=http://127.0.0.1:30921
7+ APP_NILAUTH_PUBLIC_KEY=03520e70bd97a5fa6d70c614d50ee47bf445ae0b0941a1d61ddd5afa022b97ab14
8+ APP_NODE_PUBLIC_ENDPOINT=http://localhost:38080
9+ APP_NODE_SECRET_KEY=ac8d429739597744f5c638a069aa641d66dce6478580aa6369dab47ea47abbeb
10+ APP_PORT=8081
Original file line number Diff line number Diff line change 1+ APP_NILCHAIN_JSON_RPC=http://127.0.0.1:30648
2+ APP_NILCHAIN_PRIVATE_KEY_0=9a975f567428d054f2bf3092812e6c42f901ce07d9711bc77ee2cd81101f42c5
3+ APP_NILCHAIN_PRIVATE_KEY_1=1e491133b9408b39572a29f91644873decea554224b20e2b0b923aeb860a1c18
4+ APP_NILCHAIN_PRIVATE_KEY_2=980488572f235316cdb330191f8bafe4e635efbe88b3a40f5bee9bd21047c059
Original file line number Diff line number Diff line change @@ -72,10 +72,7 @@ export async function buildFixture(
7272 } = { } ,
7373) : Promise < FixtureContext > {
7474 dotenv . config ( {
75- path : [
76- "./packages/api/.env.test" ,
77- "./packages/api/.env.test.nilauthclient" ,
78- ] ,
75+ path : [ "./packages/api/env.test" , "./packages/api/env.test.nilauthclient" ] ,
7976 } ) ;
8077 const id = new Date ( ) . toISOString ( ) . replaceAll ( ":" , "" ) . replaceAll ( "." , "_" ) ;
8178 const log = createTestLogger ( id ) ;
You can’t perform that action at this time.
0 commit comments