mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 10:20:30 +00:00
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { registerAs } from '@nestjs/config';
|
|
|
|
export default registerAs('app', () => ({
|
|
baseUrl: process.env.BASE_URL,
|
|
}));
|