-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-example
More file actions
27 lines (23 loc) · 859 Bytes
/
env-example
File metadata and controls
27 lines (23 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
##
## ________ ________ _____ _____ __
## / _/ __ \/ ____/ / / / | / _/ | / /
## / // / / / / / /_/ / /| | / // |/ /
## _/ // /_/ / /___/ __ / ___ |_/ // /| /
## /___/_____/\____/_/ /_/_/ |_/___/_/ |_/
##
##
## ----> Schema Extensions
##
## Please copy this file into a new file with name .env,
## and adjust the following variables to match your environment
## ↓↓↓↓
## ------------------------------------------------------------------------------------
## Schema API IP
##
## ↓↓↓↓-------------------------------------------------------------------------------
IDC_SCHEMA_IP=0.0.0.0
## ------------------------------------------------------------------------------------
## Schema API PORT
##
## ↓↓↓↓-------------------------------------------------------------------------------
IDC_SCHEMA_PORT=9000