Files
pdi_api/.env
T
2024-09-11 22:35:57 -06:00

8 lines
209 B
Bash

DB_HOST: 'localhost'
DB_PORT: 3306
DB_USERNAME: 'root'
DB_PASSWORD: 'Test2024'
DB_NAME: 'pdi'
DB_SYNCHRONIZE: true
JWT_SECRET: e7b217737e39bb2b34701ca23f513e48269565073a4b5d6b5d5c057794d90463
JWT_EXPIRES: '1h'