Skip to content
Snippets Groups Projects
Select Git revision
  • 72aeca7d75de887c2d15cc1eb4134a4f5dda9c93
  • main default
2 results

.env.template

Blame
  • user avatar
    Antoine Gaudron-desjardins authored
    57487889
    History
    .env.template 280 B
    MYSQL_DATABASE=
    MYSQL_USER=
    MYSQL_PASSWORD=
    MYSQL_ROOT_PASSWORD=
    
    DB_HOST=localhost
    DB_PORT=3306
    
    MODEL_HOST=localhost
    MODEL_PORT=8501
    MODEL_NAME=model
    
    CLIENT_ID=
    CLIENT_SECRET=
    
    API_ROOT=http://localhost:3001/api
    WEB_ROOT=http://localhost:3000
    AUTH_ROOT=https://auth.viarezo.fr