You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
GOOGLE_PROJECT_ID=seu-projeto-id
|
|
GOOGLE_LOCATION=us-central1
|
|
|
|
|
|
# Database
|
|
DB_HOST=Seu_host
|
|
DB_PORT=3306
|
|
DB_USER=Seu_usuario
|
|
DB_PASSWORD=Sua_senha
|
|
DB_NAME=Seu_banco_de_dados
|
|
|
|
# Mockaroo
|
|
MOCKAROO_API_KEY=coloque_sua_api_key_aqui
|
|
MOCKAROO_BASE_URL=https://my.api.mockaroo.com |