Skip to content

Commit f4ed139

Browse files
author
kaushik.prajapati
committed
#2531 envoi integrate
1 parent 36036d5 commit f4ed139

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.env.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
USERBASE_CLIENT_URL:
2+
description: userbase client connection. Either use a full DSN or a plain URL for the UserBase Authentication API endpoint
3+
type: url
4+
example: https://username@password@userbase.example.com
5+
required: true
6+
7+
USERBASE_CLIENT_USERNAME:
8+
description: usebase username. These are needed if USERBASE_DSN is a plain URL
9+
type: string
10+
required: false
11+
12+
USERBASE_CLIENT_PASSWORD:
13+
description: These are needed if USERBASE_DSN is a plain URL
14+
type: string
15+
required: false

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"linkorb/userbase-role-contracts": "^1.0",
1717
"symfony/security": "~2.6 || ~3.0 || ^4",
1818
"psr/cache": "~1.0",
19-
"symfony/cache": "~3.0 || ^4"
19+
"symfony/cache": "~3.0 || ^4",
20+
"linkorb/envoi": "^1.1"
2021
},
2122
"require-dev": {
2223
"symfony/dotenv": "~3.0 || ^4"

0 commit comments

Comments
 (0)