8 lines
121 B
Bash
8 lines
121 B
Bash
RECORD=example.co.uk
|
|
|
|
DATABASE_URL=postgres://user:pass@example.com:5432/dbname
|
|
|
|
# Table Name
|
|
TABLE_NAME=acme_challenge
|
|
|