Changed sample env to txt extention
parent
3967ebd799
commit
1f437fe6e2
@ -16,7 +16,7 @@ cd projectName
|
|||||||
|
|
||||||
# STEP 3
|
# STEP 3
|
||||||
# Setup your env file
|
# Setup your env file
|
||||||
cp env.sample .env; cp env.sample .env.staging
|
cp env.sample.txt .env; cp env.sample.txt .env.staging
|
||||||
# edit your file with any text editor (I use vim)
|
# edit your file with any text editor (I use vim)
|
||||||
vi .env
|
vi .env
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user