Something went wrong. Try again.
Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
Something went wrong. Try again.
upvcarshare env.example
926 B · 26 lines
at main
123456789101112131415161718192021222324252627# UPV Car Share project environment variables# ------------------------------------------------------------------------------# Common vars# ------------------------------------------------------------------------------DJANGO_SETTINGS_MODULE=config.settings.localDJANGO_SECRET_KEY=dummyUPV_LOGIN_DATA_USERNAME=usernameUPV_LOGIN_DATA_PASSWORD=password# Using Oracle connection# ------------------------------------------------------------------------------ORACLE_HOME=/path/to/oracleVERSION=12.1.0.2.0ARCH=x86_64ORACLE_SID=sipDATABASE_URL=oraclegis://{user}:{password}@{server}:{port}/{sid}# Using local database# ------------------------------------------------------------------------------DATABASE_URL=postgis://postgres:potato@localhost:5432/upvcarshare# Enable this for testing# ------------------------------------------------------------------------------# SPATIALITE_LIBRARY_PATH=mod_spatialite