HomeSort by relevance Sort by last modified time
    Searched refs:GCP_DB_NAME (Results 1 - 2 of 2) sorted by null

  /development/tools/repo_diff/service/repodiff/
Makefile 38 GCP_DB_NAME=$(GCP_DB_NAME_PROD)
44 GCP_DB_NAME=$(GCP_DB_NAME_DEV)
72 mysql -u $(GCP_DB_USER) -h 127.0.0.1 -P $(GCP_DB_PROXY_PORT) -p$(GCP_DB_PASSWORD) $(GCP_DB_NAME) ${EXTRA}
  /development/tools/repo_diff/service/repodiff/persistence/sql/
sql.go 26 cfg.DBName = constants.GetConfigVar("GCP_DB_NAME")

Completed in 465 milliseconds