mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
remove environment from config.yml
This commit is contained in:
parent
a59c08fa6a
commit
c7bbef5c05
4 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,6 @@ export const APP_PATH = path.join("config");
|
|||
const environmentSchema = z.object({
|
||||
app: z.object({
|
||||
name: z.string(),
|
||||
environment: z.enum(["dev", "prod"]),
|
||||
base_url: z.string().url(),
|
||||
base_domain: z.string(),
|
||||
log_level: z.enum(["debug", "info", "warn", "error"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue