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