8 lines
163 B
Bash
8 lines
163 B
Bash
# Env file used for developing
|
|
S3_ENDPOINT=localhost:9000
|
|
S3_ACCESS_KEY=testo
|
|
S3_SECRET_KEY=testotesto
|
|
S3_BUCKET=dev
|
|
S3_DISABLE_SSL=true
|
|
ADDRESS=:8080
|
|
VERBOSE=true |