mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-02-23 12:23:58 +00:00
WIP
This commit is contained in:
parent
a8e4aa454c
commit
5549eda6e3
2
.env-dev
2
.env-dev
@ -1,4 +1,4 @@
|
|||||||
ACME_API=https://acme.mock.directory
|
ACME_API=https://localhost:14000/dir
|
||||||
ACME_ACCEPT_TERMS=true
|
ACME_ACCEPT_TERMS=true
|
||||||
PAGES_DOMAIN=localhost.mock.directory
|
PAGES_DOMAIN=localhost.mock.directory
|
||||||
RAW_DOMAIN=raw.localhost.mock.directory
|
RAW_DOMAIN=raw.localhost.mock.directory
|
||||||
|
@ -23,8 +23,8 @@ conn = 'certs.sqlite'
|
|||||||
|
|
||||||
[ACME]
|
[ACME]
|
||||||
email = 'noreply@example.email'
|
email = 'noreply@example.email'
|
||||||
apiEndpoint = 'https://acme-v02.api.letsencrypt.org/directory'
|
apiEndpoint = 'https://localhost:14000/dir'
|
||||||
acceptTerms = false
|
acceptTerms = true
|
||||||
useRateLimits = false
|
useRateLimits = false
|
||||||
eab_hmac = ''
|
eab_hmac = ''
|
||||||
eab_kid = ''
|
eab_kid = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user