Skip to content
Snippets Groups Projects
environment.sh.example 166 B
Newer Older
  • Learn to ignore specific revisions
  • Barnabás Czémán's avatar
    Barnabás Czémán committed
    export SECRET_KEY=<CHANGE_TO_SECRET>
    export AUTHSCH_KEY=<CHANGE_TO_CLIENT_ID>
    export AUTHSCH_SECRET=<CHANGE_TO_AUTHSCH_SECRET>
    
    export MEDIA_ROOT=<DIRECTORY_OF_MEDIA>