Commit 5cb7f0b8 authored by Laura Heimann's avatar Laura Heimann

added needed env vars to .env.example

parent 0ed6f2be
...@@ -31,3 +31,21 @@ APP_SECRET=0c8123f3e5a70f21cf5d2a8bc8a86bff ...@@ -31,3 +31,21 @@ APP_SECRET=0c8123f3e5a70f21cf5d2a8bc8a86bff
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=mysql://root:rootpw@127.0.0.1:3306/customspeens?serverVersion=5.7 DATABASE_URL=mysql://root:rootpw@127.0.0.1:3306/customspeens?serverVersion=5.7
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###
###> Twitch API ###
TWITCH_API_CLIENT_ID=clientID
TWITCH_API_CLIENT_SECRET=clientSecret
###< Twitch API ###
###> Paths ###
ASSET_BASE_URL=https://spinsha.re/uploads/
ASSET_SRTB_FOLDER=srtb/
ASSET_COVER_FOLDER=cover/
ASSET_AUDIO_FOLDER=audio/
ASSET_AVATAR_FOLDER=avatar/
ASSET_PROMO_FOLDER=promo/
ASSET_CLIENT_FOLDER=client/
ASSET_CARD_FOLDER=card/
ASSET_THUMBNAIL_FOLDER=thumbnail/
ASSET_TEMP_FOLDER=temp/
###< Paths ###
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment