10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
DB_TYPE='mysql'
|
|
DB_HOST='localhost'
|
|
DB_PORT=3306
|
|
DB_USERNAME='vanillameta'
|
|
DB_PASSWORD='pw'
|
|
DB_NAME='vanillameta'
|
|
|
|
CORS_ORIGIN='*'
|
|
|
|
api propertyfile fix |