mirror of
https://github.com/whyour/qinglong.git
synced 2025-11-09 16:16:07 +08:00
Merge 9aab8661c8 into 73f8f3c5fa
This commit is contained in:
commit
ec0ac6606c
|
|
@ -2,10 +2,6 @@ import dotenv from 'dotenv';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { createRandomString } from './share';
|
import { createRandomString } from './share';
|
||||||
|
|
||||||
dotenv.config({
|
|
||||||
path: path.join(__dirname, '../../.env'),
|
|
||||||
});
|
|
||||||
|
|
||||||
interface Config {
|
interface Config {
|
||||||
port: number;
|
port: number;
|
||||||
grpcPort: number;
|
grpcPort: number;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user