initial commit
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
DB_PATH="./tubely.db"
|
||||
JWT_SECRET="JKFNDKAJSDKFASFNJWIROIOTNKNFDSKNFD"
|
||||
PLATFORM="dev"
|
||||
FILEPATH_ROOT="./app"
|
||||
ASSETS_ROOT="./assets"
|
||||
S3_BUCKET="tubely-123456789"
|
||||
S3_REGION="us-east-2"
|
||||
S3_CF_DISTRO="TEST"
|
||||
PORT="8091"
|
||||
# aws credentials should be set in ~/.aws/credentials
|
||||
# using the `aws configure` command, the SDK will automatically
|
||||
# read them from there
|
||||
Reference in New Issue
Block a user