eight0153/CartPole-NEAT

View on GitHub
web/api/config.py

Summary

Maintainability
A
0 mins
Test Coverage
import os

# You need to replace the next values with the appropriate values for your configuration

basedir = os.path.abspath(os.path.dirname(__file__))
SQLALCHEMY_ECHO = False
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = os.getenv("DATABASE_URL")