Scaffold Apollo backend domain API
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
PORT=4000
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/fregat
|
||||
|
||||
VAULT_ENABLED=auto
|
||||
VAULT_ADDR=
|
||||
VAULT_TOKEN=
|
||||
VAULT_KV_MOUNT=secret
|
||||
VAULT_SHARED_PATH=
|
||||
VAULT_PROJECT_PATH=
|
||||
Reference in New Issue
Block a user