mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-09 02:14:33 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9aab8661c8 | |||
| 2500d969c1 | |||
| 3c3c376faf |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user