aboutsummaryrefslogtreecommitdiff
path: root/ci/build.env
blob: 5e3b8ce47b99294220c45d5052e8e07de829bc45 (plain)
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
51
52
#
#   Copyright (C) Vaughn Nugent
#
#   This file contains static variables that are substituded at build time 
#   to the configuration templates for bare-metal packages as a set of default
#   variables. This is so I can use the same template files for container builds 
#   and bare-metal
#

##########
#  _internal_
##########

#default compression lib for bare metal
COMPRESSION_LIB_PATH=lib/vnlib_compress.dll

##########
#  Plugins
##########

##########
#  HTTP
##########

#default ssl dir is ssl/
TLS_ENABLE=true
TLS_CERT=ssl/cert.pem
TLS_PRIVATE_KEY=ssl/key.pem

#############
# HC VAULT
#############

##########
#  SQL
##########

#default to sqlite as that is whats packaged by default, also use the data/ directory
SQL_LIB_PATH=VNLib.Plugins.Extensions.Sql.SQLite.dll
SQL_CONNECTION_STRING=Data Source=data/simple-bookmark.db;

##############
#   CACHE
##############

CACHE_ASM_PATH=VNLib.Data.Caching.Providers.VNCache.dll

############
#  SECRETS
############

PASSWORD_PEPPER=file://secrets/password-pepper.txt