8 lines
No EOL
163 B
Text
8 lines
No EOL
163 B
Text
PORT="3001"
|
|
PGUSER="postgres"
|
|
PGPASSWORD="root"
|
|
PGHOST="127.0.0.1"
|
|
PGDATABASE="trade"
|
|
PGPORT="5432"
|
|
JWT_SECRET="your JWT secret here"
|
|
OWNER_ALIAS="your alias here" |