added user and role APIs and fixed some items that were missing (#3)
Reviewed-on: #3 Co-authored-by: Joseph Nelson <joseph.nelson4456@gmail.com> Co-committed-by: Joseph Nelson <joseph.nelson4456@gmail.com>
This commit was merged in pull request #3.
This commit is contained in:
@@ -7,4 +7,7 @@ export default {
|
||||
database: process.env.DB_NAME || 'your_db_name',
|
||||
port: process.env.DB_PORT || 5432,
|
||||
},
|
||||
jwtEnv: {
|
||||
secret: process.env.JWT_SECRET || '',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user