-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoppler-template.yaml
50 lines (50 loc) · 1.53 KB
/
doppler-template.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
projects:
- name: 'dotnet-core-webapp'
description: ''
environments:
- slug: 'dev'
name: 'Development'
configs:
- slug: 'dev'
- slug: 'stg'
name: 'Staging'
configs:
- slug: 'stg'
- slug: 'prd'
name: 'Production'
configs:
- slug: 'prd'
secrets:
dev:
LOGGING: 'Debug'
DEBUG: 'true'
SMTP__SERVER: 'localhost'
SMTP__PORT: '587'
SMTP__FROM_ADDRESS: 'noreply@localhost'
SMTP__USER_NAME: 'yoda'
SMTP__PASS_WORD: 'NjdjN2FlZGQ2ZTlkNWFlYTVkZjY1MTk1'
API_KEY__ENCRYPTED: 'true'
API_KEY__ENCRYPTION: 'AES'
API_KEY__VALUE: 'YmJiYjBiMjQyN2VhYzFiMjU5YWE0ZDUy'
stg:
LOGGING: 'Debug'
DEBUG: 'true'
SMTP__SERVER: 'smtp-staging.jedi-academy.com'
SMTP__PORT: '587'
SMTP__FROM_ADDRESS: '[email protected]'
SMTP__USER_NAME: 'yoda'
SMTP__PASS_WORD: 'NGZiOGI1ZTgzZDk5MmRhZmU3OThmMTU1'
API_KEY__ENCRYPTED: 'true'
API_KEY__ENCRYPTION: 'AES'
API_KEY__VALUE: 'ZTFiYzE2MjljYjNkZGZjMjQ4ZDkzMjZj'
prd:
LOGGING: 'Common'
DEBUG: 'false'
SMTP__SERVER: 'smtp.jedi-academy.com'
SMTP__PORT: '587'
SMTP__FROM_ADDRESS: '[email protected]'
SMTP__USER_NAME: 'yoda'
SMTP__PASS_WORD: 'Y2M1Y2RhOTczMWI3MGIzMjc3Y2ZmYzY3'
API_KEY__ENCRYPTED: 'true'
API_KEY__ENCRYPTION: 'AES'
API_KEY__VALUE: 'MjNiY2ZlYTJjMTc1YjYyNDUxMjgyZDRm'