8 lines
192 B
Bash
8 lines
192 B
Bash
# Env file used for developing
|
|
S3_ENDPOINT=localhost:9000
|
|
S3_ACCESS_KEY=testo
|
|
S3_SECRET_KEY=testotesto
|
|
S3_DISABLE_SSL=true
|
|
ADDRESS=:8080
|
|
VERBOSE=true
|
|
DB_CONNECTION=s3Browser:hunter2@/s3Browser |