# common service settings.
FML_DEV_MODE=true
FML_LOG_LEVEL=DEBUG

# database settings.
LC_COLLATE=POSIX
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_HOSTNAME=localhost

# s3 compatible storage settings.
AWS_ACCESS_KEY_ID=user
AWS_SECRET_ACCESS_KEY=password
FML_S3_ENDPOINT_URI=http://localhost:9000
FML_GS_ENDPOINT_URI=http://localhost:4443/storage/v1/
